-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Nothing timestamp-y left here:
tendermint/abci/types/types.proto
Lines 215 to 221 in 4253e67
| // BlockParams contains limits on the block size and timestamp. | |
| message BlockParams { | |
| // Note: must be greater than 0 | |
| int64 max_bytes = 1; | |
| // Note: must be greater or equal to -1 | |
| int64 max_gas = 2; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels