mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 06:41:31 +00:00
remove unnecessary error check
This commit is contained in:
@@ -1972,7 +1972,6 @@ func TestProcessProposalAccept(t *testing.T) {
|
||||
|
||||
ensureNewProposal(t, proposalCh, height, round)
|
||||
rs := cs1.GetRoundState()
|
||||
require.NoError(t, err)
|
||||
var prevoteHash tmbytes.HexBytes
|
||||
if !testCase.expectedNilPrevote {
|
||||
prevoteHash = rs.ProposalBlock.Hash()
|
||||
|
||||
Reference in New Issue
Block a user