remove unnecessary assignment in proposal test

This commit is contained in:
William Banfield
2022-05-17 16:39:46 -04:00
parent 9e9f3a1433
commit dc253a8196

View File

@@ -2235,7 +2235,6 @@ func TestPrepareProposalReceivesVoteExtensions(t *testing.T) {
cs1, vss := makeState(ctx, t, makeStateArgs{config: config, application: m})
height, round := cs1.Height, cs1.Round
cs1.state.ConsensusParams.ABCI.VoteExtensionsEnableHeight = 1
newRoundCh := subscribe(ctx, t, cs1.eventBus, types.EventQueryNewRound)
proposalCh := subscribe(ctx, t, cs1.eventBus, types.EventQueryCompleteProposal)