From 7f0e8f9e3851f875d7475d0bae3990c780a8007b Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Thu, 2 Nov 2023 11:01:17 +1100 Subject: [PATCH] Fix comment Signed-off-by: Gabriel-Trintinalia --- .../LondonFeeMarketBlockTransactionSelectorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/LondonFeeMarketBlockTransactionSelectorTest.java b/ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/LondonFeeMarketBlockTransactionSelectorTest.java index 35acb1ba315..739b4f56d7c 100644 --- a/ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/LondonFeeMarketBlockTransactionSelectorTest.java +++ b/ethereum/blockcreation/src/test/java/org/hyperledger/besu/ethereum/blockcreation/LondonFeeMarketBlockTransactionSelectorTest.java @@ -233,7 +233,7 @@ public void shouldNotSelectTransactionsWithPriorityFeeLessThanConfig() { final Transaction tx3 = createEIP1559Transaction(3, Wei.of(8), Wei.of(8), 100_000); ensureTransactionIsValid(tx3); - // transaction tx4 should be selected + // transaction tx4 should not be selected final Transaction tx4 = createEIP1559Transaction(4, Wei.of(8), Wei.of(6), 100_000); ensureTransactionIsValid(tx4);