Skip to content

Commit

Permalink
Update after the refactor of transaction selection service (#626)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
  • Loading branch information
fab-10 authored Feb 27, 2024
1 parent 21923cc commit be738e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ private void createAndRegister(
final LineaTransactionSelectorConfiguration txSelectorConfiguration,
final LineaL1L2BridgeConfiguration l1L2BridgeConfiguration,
final Map<String, Integer> limitsMap) {
transactionSelectionService.registerTransactionSelectorFactory(
transactionSelectionService.registerPluginTransactionSelectorFactory(
new LineaTransactionSelectorFactory(
txSelectorConfiguration, l1L2BridgeConfiguration, limitsMap));
}
Expand Down

0 comments on commit be738e7

Please sign in to comment.