Skip to content

Commit

Permalink
Log address in checksum format (#8915)
Browse files Browse the repository at this point in the history
Co-authored-by: jenpaff <[email protected]>
  • Loading branch information
jenpaff and jenpaff authored Sep 20, 2024
1 parent f2c14c1 commit a33fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anvil/src/eth/backend/mem/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ impl Backend {
// log some tx info
node_info!(" Transaction: {:?}", info.transaction_hash);
if let Some(contract) = &info.contract_address {
node_info!(" Contract created: {contract:?}");
node_info!(" Contract created: {contract}");
}
node_info!(" Gas used: {}", receipt.cumulative_gas_used());
if !info.exit.is_ok() {
Expand Down

0 comments on commit a33fc1d

Please sign in to comment.