From 5884ce513256671a453f417146dd1aeb2406207a Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Tue, 12 Apr 2022 12:14:28 -0400 Subject: [PATCH] Revert BlockIDFlag parameter in node test Signed-off-by: Thane Thomson --- node/node_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),