Merge pull request #2354 from tendermint/anton/fix-typos-in-spec

Fix typos in spec
This commit is contained in:
Ethan Buchman
2018-09-07 07:28:50 -04:00
committed by GitHub
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -104,11 +104,11 @@ type EvidenceParams struct {
#### BlockSize
The total size of a block is limitted in bytes by the `ConsensusParams.BlockSize.MaxBytes`.
The total size of a block is limited in bytes by the `ConsensusParams.BlockSize.MaxBytes`.
Proposed blocks must be less than this size, and will be considered invalid
otherwise.
Blocks should additionally be limitted by the amount of "gas" consumed by the
Blocks should additionally be limited by the amount of "gas" consumed by the
transactions in the block, though this is not yet implemented.
#### TxSize