You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/scroll/node/src/builder/pool.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ where
61
61
let data_dir = ctx.config().datadir();
62
62
let blob_store = DiskFileBlobStore::open(data_dir.blobstore(),Default::default())?;
63
63
64
-
let validator = TransactionValidationTaskExecutor::eth_builder(ctx.provider().clone())
64
+
let validator = TransactionValidationTaskExecutor::eth_builder(ctx.provider().clone(),Some(pool_config_overrides.clone().apply(ctx.pool_config()).local_transactions_config))
0 commit comments