mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-24 17:04:20 +00:00
ensure proposal not for nil
This commit is contained in:
@@ -369,6 +369,7 @@ func TestStateFullRound1(t *testing.T) {
|
||||
|
||||
ensureNewProposal(t, propCh, height, round)
|
||||
propBlockHash := cs.GetRoundState().ProposalBlock.Hash()
|
||||
require.NotNil(t, propBlockHash)
|
||||
|
||||
ensurePrevoteMatch(t, voteCh, height, round, propBlockHash) // wait for prevote
|
||||
|
||||
|
||||
Reference in New Issue
Block a user