Skip to content

Commit

Permalink
Merge pull request #101 from Chia-Network/rolled-back-records
Browse files Browse the repository at this point in the history
ADd rolled back records
  • Loading branch information
cmmarslender authored Jan 10, 2024
2 parents 9b89051 + 844c667 commit a2c7d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ type BlockEvent struct {
KSize uint8 `json:"k_size"`
HeaderHash Bytes32 `json:"header_hash"`
ForkHeight uint32 `json:"fork_height"`
RolledBackRecords uint64 `json:"rolled_back_records"`
Height uint32 `json:"height"`
ValidationTime float64 `json:"validation_time"`
PreValidationTime float64 `json:"pre_validation_time"`
Expand Down

0 comments on commit a2c7d39

Please sign in to comment.