From dd98caa5f77109a1c83d4a2944d6777018053d39 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Wed, 18 May 2022 13:29:28 -0400 Subject: [PATCH] Update types/vote_set.go Co-authored-by: Sergio Mena --- types/vote_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/vote_set.go b/types/vote_set.go index becc6bd6b..6d83ac85d 100644 --- a/types/vote_set.go +++ b/types/vote_set.go @@ -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 {