Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Oct 28, 2024
1 parent 8629d5e commit 47055ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/network/block_announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func decodeBlockAnnounceMessage(in []byte) (NotificationsMessage, error) {
// BlockAnnounceHandshake is exchanged by nodes that are beginning the BlockAnnounce protocol
type BlockAnnounceHandshake struct {
Roles common.NetworkRole
BestBlockNumber uint32 // TODO: change to uint64
BestBlockNumber uint32 // TODO: shuldn't we use uint64 here?
BestBlockHash common.Hash
GenesisHash common.Hash
}
Expand Down

0 comments on commit 47055ed

Please sign in to comment.