mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-03 22:57:22 +00:00
remove redundant err check
This commit is contained in:
@@ -288,7 +288,6 @@ func TestProcessProposal(t *testing.T) {
|
||||
Power: 1000,
|
||||
},
|
||||
})
|
||||
require.NoError(t, err)
|
||||
lastCommitSig = append(lastCommitSig, vote.CommitSig())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user