We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5486d commit 71b33f1Copy full SHA for 71b33f1
crates/engine/tree/src/tree/tests.rs
@@ -142,9 +142,8 @@ impl TestHarness {
142
persistence_handle,
143
PersistenceState::default(),
144
payload_builder,
145
- // TODO: fix tests for state root task https://github.com/paradigmxyz/reth/issues/14376
146
// always assume enough parallelism for tests
147
- TreeConfig::default().with_legacy_state_root(true).with_has_enough_parallelism(true),
+ TreeConfig::default().with_legacy_state_root(false).with_has_enough_parallelism(true),
148
EngineApiKind::Ethereum,
149
evm_config,
150
);
0 commit comments