From 428efab53fec2edaad023bd68a080682470d0959 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 8 Mar 2022 16:30:50 -0500 Subject: [PATCH] update test comment --- internal/state/execution_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/state/execution_test.go b/internal/state/execution_test.go index 96c126098..e1823df69 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -822,8 +822,9 @@ func TestPrepareProposalReorderTxs(t *testing.T) { } -// TestPrepareProposalReorderTxs tests that CreateBlock produces a block with transactions -// in the order matching the order they are returned from PrepareProposal. +// TestPrepareProposalModifiedTxFalse tests that CreateBlock correctly ignores +// the ResponsePrepareProposal TxRecords if ResponsePrepareProposal does not +// set ModifiedTx to true. func TestPrepareProposalModifiedTxFalse(t *testing.T) { const height = 2 ctx, cancel := context.WithCancel(context.Background())