mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-02 06:07:08 +00:00
types: remove extraneous call to voteWithoutExtension in test
Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
+1
-1
@@ -572,7 +572,7 @@ func TestCommitToVoteSet(t *testing.T) {
|
||||
|
||||
for i := int32(0); int(i) < len(vals); i++ {
|
||||
vote1 := voteWithoutExtension(voteSet.GetByIndex(i))
|
||||
vote2 := voteWithoutExtension(voteSet2.GetByIndex(i))
|
||||
vote2 := voteSet2.GetByIndex(i)
|
||||
vote3 := commit.GetVote(i)
|
||||
|
||||
vote1bz, err := vote1.ToProto().Marshal()
|
||||
|
||||
Reference in New Issue
Block a user