Skip to content

Commit

Permalink
Merge branch 'main' into 23.10.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jflo authored Nov 10, 2023
2 parents f3c909e + 4c3bff3 commit 666223c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class GasPricePendingTransactionsTest extends AbstractPendingTransactions
@Override
AbstractPendingTransactionsSorter getPendingTransactions(
final TransactionPoolConfiguration poolConfig, final Optional<Clock> clock) {
return new BaseFeePendingTransactionsSorter(
return new GasPricePendingTransactionsSorter(
poolConfig,
clock.orElse(TestClock.system(ZoneId.systemDefault())),
metricsSystem,
Expand Down

0 comments on commit 666223c

Please sign in to comment.