Skip to content

Commit

Permalink
Add fork height to block event
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jan 9, 2024
1 parent bfa696f commit cad02e4
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 @@ -118,6 +118,7 @@ type BlockEvent struct {
TransactionBlock bool `json:"transaction_block"`
KSize uint8 `json:"k_size"`
HeaderHash Bytes32 `json:"header_hash"`
ForkHeight uint32 `json:"fork_height"`
Height uint32 `json:"height"`
ValidationTime float64 `json:"validation_time"`
PreValidationTime float64 `json:"pre_validation_time"`
Expand Down

0 comments on commit cad02e4

Please sign in to comment.