mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
be more precise in comments
This commit is contained in:
@ -17,7 +17,8 @@ const (
|
||||
// MaxHeaderBytes is a maximum header size (including amino overhead).
|
||||
MaxHeaderBytes = 478
|
||||
|
||||
// MaxAminoOverheadForBlock - amino overhead to encode the block.
|
||||
// MaxAminoOverheadForBlock - maximum amino overhead to encode a block (up to
|
||||
// MaxBlockSizeBytes in size).
|
||||
MaxAminoOverheadForBlock = 4
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user