mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
Update types/vote_set.go
Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
co-authored by
Sergio Mena
parent
beb6c47e29
commit
dd98caa5f7
+1
-1
@@ -70,7 +70,7 @@ type VoteSet struct {
|
||||
peerMaj23s map[string]BlockID // Maj23 for each peer
|
||||
}
|
||||
|
||||
// NewVoteSet instantiates all fields of a new vote set. This constructor required
|
||||
// NewVoteSet instantiates all fields of a new vote set. This constructor requires
|
||||
// that no vote extension data be present on the votes that are added to the set.
|
||||
func NewVoteSet(chainID string, height int64, round int32,
|
||||
signedMsgType tmproto.SignedMsgType, valSet *ValidatorSet) *VoteSet {
|
||||
|
||||
Reference in New Issue
Block a user