mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-12 14:51:13 +00:00
remove redundant err check
This commit is contained in:
@@ -292,7 +292,6 @@ func TestProcessProposal(t *testing.T) {
|
||||
}
|
||||
|
||||
lastCommit := types.NewCommit(height-1, 0, types.BlockID{}, lastCommitSig)
|
||||
require.NoError(t, err)
|
||||
block1, err := sf.MakeBlock(state, height, lastCommit)
|
||||
require.NoError(t, err)
|
||||
block1.Txs = txs
|
||||
|
||||
Reference in New Issue
Block a user