diff --git a/node/node_test.go b/node/node_test.go index 7306d18a5..0aa737daf 100644 --- a/node/node_test.go +++ b/node/node_test.go @@ -525,7 +525,7 @@ func TestMaxProposalBlockSize(t *testing.T) { state.ChainID = maxChainID cs := types.CommitSig{ - BlockIDFlag: types.BlockIDFlagCommit, + BlockIDFlag: types.BlockIDFlagNil, ValidatorAddress: crypto.AddressHash([]byte("validator_address")), Timestamp: timestamp, Signature: crypto.CRandBytes(types.MaxSignatureSize),