Skip to content

Commit 2b2e972

Browse files
committed
remove unused code
1 parent 165400c commit 2b2e972

File tree

1 file changed

+1
-4
lines changed
  • crates/node/src/test_utils

1 file changed

+1
-4
lines changed

crates/node/src/test_utils/mod.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,10 @@ where
167167
.with_components(node.components_builder())
168168
.with_add_ons(node.add_ons())
169169
.launch_with_fn(|builder| {
170-
// NOTE: We enforce legacy state root processor (by setting state_root_task_executor to None)
171-
// due to performance issues with the default state root processor in reth.
172170
let tree_config = TreeConfig::default()
173171
.with_always_process_payload_attributes_on_canonical_head(true)
174172
.with_unwind_canonical_header(true)
175-
.with_persistence_threshold(0)
176-
.with_state_root_task_executor(None);
173+
.with_persistence_threshold(0);
177174
let launcher = EngineNodeLauncher::new(
178175
builder.task_executor().clone(),
179176
builder.config().datadir(),

0 commit comments

Comments
 (0)