Skip to content

Commit

Permalink
use display impl for root
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Mar 4, 2024
1 parent 6eaa1c7 commit d94dca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/trie/src/trie.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ where

trace!(
target: "trie::state_root",
?root,
%root,
duration = ?stats.duration(),
branches_added = stats.branches_added(),
leaves_added = stats.leaves_added(),
Expand Down Expand Up @@ -532,7 +532,7 @@ where

trace!(
target: "trie::storage_root",
?root,
%root,
hashed_address = %self.hashed_address,
duration = ?stats.duration(),
branches_added = stats.branches_added(),
Expand Down

0 comments on commit d94dca6

Please sign in to comment.