params: remove block timeiota (#248)

This commit is contained in:
Marko
2021-01-27 11:29:54 +00:00
committed by GitHub
parent 2f590a6392
commit 038f3e025a
3 changed files with 5 additions and 18 deletions

View File

@@ -445,7 +445,6 @@ func SumTruncated(bz []byte) []byte {
|--------------|-------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
| max_bytes | int64 | Max size of a block, in bytes. | 1 |
| max_gas | int64 | Max sum of `GasWanted` in a proposed block. NOTE: blocks that violate this may be committed if there are Byzantine proposers. It's the application's responsibility to handle this when processing a block! | 2 |
| time_iota_ms | int64 | (**Deprecated**) Unused Param | 3 |
### EvidenceParams