mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
Added CommitTimeWait step, the state machine model changed a bit.
This commit is contained in:
@ -17,6 +17,7 @@ import (
|
||||
// Note that there three kinds of votes: prevotes, precommits, and commits.
|
||||
// A commit of prior rounds can be added added in lieu of votes/precommits.
|
||||
// TODO: test majority calculations etc.
|
||||
// NOTE: assumes that the sum total of voting power does not exceed MaxUInt64.
|
||||
type VoteSet struct {
|
||||
height uint32
|
||||
round uint16
|
||||
|
Reference in New Issue
Block a user