Browse Source

remove polRound variable

pull/7983/head
William Banfield 3 years ago
parent
commit
6bc343c626
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      internal/consensus/state_test.go

+ 0
- 1
internal/consensus/state_test.go View File

@ -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 {


Loading…
Cancel
Save