From 6bc343c62679015b0dc2bc7baa35cd932171827d Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 2 Mar 2022 09:57:47 -0500 Subject: [PATCH] remove polRound variable --- internal/consensus/state_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 9b8bc253c..0310240a2 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -2011,7 +2011,6 @@ func TestFinalizeBlockCalled(t *testing.T) { rs := cs1.GetRoundState() blockID := types.BlockID{} - var polRound int32 = -1 nextRound := round + 1 nextHeight := height if !testCase.voteNil {