Skip to content

Commit

Permalink
add comment (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
GalRogozinski authored Jan 22, 2024
1 parent 508d0ca commit d111858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbft/messages.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type Message struct {
Identifier []byte `ssz-max:"56"` // instance Identifier this msg belongs to

Root [32]byte `ssz-size:"32"`
DataRound Round
DataRound Round // The last round that obtained a Prepare quorum
RoundChangeJustification [][]byte `ssz-max:"13,65536"` // 2^16
PrepareJustification [][]byte `ssz-max:"13,65536"` // 2^16
}
Expand Down

0 comments on commit d111858

Please sign in to comment.