Skip to content

Commit

Permalink
Merge pull request #100 from Chia-Network/add-fork-height
Browse files Browse the repository at this point in the history
Add fork height to block event
  • Loading branch information
cmmarslender authored Jan 10, 2024
2 parents bfa696f + cad02e4 commit 9b89051
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 9b89051

Please sign in to comment.