Skip to content

Commit

Permalink
Gas price pending TX test using wrong class (hyperledger#6152)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <[email protected]>
  • Loading branch information
matthew1001 authored Nov 10, 2023
1 parent 8afad41 commit 4c3bff3
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 4c3bff3

Please sign in to comment.