Skip to content

Commit

Permalink
show TrieUpdates for task and regular case
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Nov 29, 2024
1 parent 41dd658 commit 465e211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/engine/tree/src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2283,6 +2283,7 @@ where
match state_root_handle.wait_for_result() {
Ok(state_root_task_result) => {
info!(target: "engine::tree", block=?sealed_block.num_hash(), state_root_task_result=?state_root_task_result.0, regular_state_root_result = ?result.0);
info!(target: "engine::tree", block=?sealed_block.num_hash(), state_root_task_trie_updates=?state_root_task_result.1, regular_state_root_trie_updates = ?result.1);
}
Err(e) => {
info!(target: "engine::tree", error=?e, "on state root task wait_for_result")
Expand Down

0 comments on commit 465e211

Please sign in to comment.