Skip to content

Commit

Permalink
feat(anvil): pretty print withdrawalsRoot (#5145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jun 12, 2023
1 parent 2ffa619 commit 19881cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions macros/src/fmt/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ sha3Uncles {}
size {}
stateRoot {}
timestamp {}
withdrawalsRoot {}
totalDifficulty {}{}",
block.base_fee_per_gas.pretty(),
block.difficulty.pretty(),
Expand All @@ -241,6 +242,7 @@ totalDifficulty {}{}",
block.size.pretty(),
block.state_root.pretty(),
block.timestamp.pretty(),
block.withdrawals_root.pretty(),
block.total_difficulty.pretty(),
block.other.pretty()
)
Expand Down

0 comments on commit 19881cf

Please sign in to comment.