File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
crates/node/src/test_utils Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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 ( ) ,
You can’t perform that action at this time.
0 commit comments