Update internal/consensus/state.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2021-11-18 09:52:28 -05:00
committed by GitHub
parent 792f250a6d
commit c7c6f40b84

View File

@@ -2414,6 +2414,8 @@ func repairWalFile(src, dst string) error {
}
// proposerWaitTime determines how long the proposer should wait to propose its next block.
// If the result is zero, a block can be proposed immediately.
//
// Block times must be monotonically increasing, so if the block time of the previous
// block is larger than the proposer's current time, then the proposer will sleep
// until its local clock exceeds the previous block time.