Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel-Trintinalia <[email protected]>
  • Loading branch information
Gabriel-Trintinalia committed Nov 2, 2023
1 parent c262403 commit 7f0e8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7f0e8f9

Please sign in to comment.