mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-23 06:07:58 -05:00
test(engine): enable parallel sparse trie in e2e tests (#17423)
This commit is contained in:
@@ -33,7 +33,10 @@ fn default_engine_tree_setup() -> Setup<EthEngineTypes> {
|
||||
))
|
||||
.with_network(NetworkSetup::single_node())
|
||||
.with_tree_config(
|
||||
TreeConfig::default().with_legacy_state_root(false).with_has_enough_parallelism(true),
|
||||
TreeConfig::default()
|
||||
.with_legacy_state_root(false)
|
||||
.with_has_enough_parallelism(true)
|
||||
.with_enable_parallel_sparse_trie(true),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user