abci/types: update comment (#3612)

Fixes #3607
This commit is contained in:
Anton Kaliaev
2019-05-02 11:53:33 +04:00
committed by Ismail Khoffi
parent 5df6cf563a
commit 9926ae768e
2 changed files with 44 additions and 44 deletions

View File

@@ -212,7 +212,7 @@ message ConsensusParams {
ValidatorParams validator = 3;
}
// BlockParams contains limits on the block size and timestamp.
// BlockParams contains limits on the block size.
message BlockParams {
// Note: must be greater than 0
int64 max_bytes = 1;