Skip to content

Commit 031b99a

Browse files
committed
Revert "smol change"
This reverts commit c2d2684.
1 parent c2d2684 commit 031b99a

File tree

1 file changed

+1
-1
lines changed
  • crates/engine/tree/src/tree

1 file changed

+1
-1
lines changed

crates/engine/tree/src/tree/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ where
24232423

24242424
let hashed_state = self.provider.hashed_post_state(&output.state);
24252425

2426-
trace!(target: "engine::tree", block = ?block_num_hash, "Calculating block state root");
2426+
trace!(target: "engine::tree", block=?block_num_hash, "Calculating block state root");
24272427
let root_time = Instant::now();
24282428

24292429
// We attempt to compute state root in parallel if we are currently not persisting

0 commit comments

Comments
 (0)