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 c2d2684 commit 031b99aCopy full SHA for 031b99a
crates/engine/tree/src/tree/mod.rs
@@ -2423,7 +2423,7 @@ where
2423
2424
let hashed_state = self.provider.hashed_post_state(&output.state);
2425
2426
- trace!(target: "engine::tree", block = ?block_num_hash, "Calculating block state root");
+ trace!(target: "engine::tree", block=?block_num_hash, "Calculating block state root");
2427
let root_time = Instant::now();
2428
2429
// We attempt to compute state root in parallel if we are currently not persisting
0 commit comments