Update types/vote_set.go

Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
William Banfield
2022-05-18 13:29:28 -04:00
committed by GitHub
co-authored by Sergio Mena
parent beb6c47e29
commit dd98caa5f7
+1 -1
View File
@@ -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 {