Skip to content

Commit

Permalink
chain: Log the name of the function for an eth_call
Browse files Browse the repository at this point in the history
  • Loading branch information
lutter committed Feb 27, 2024
1 parent 54e9fc4 commit 87c455b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/ethereum/src/ethereum_adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,7 @@ impl EthereumAdapterTrait for EthereumAdapter {
};

debug!(logger, "eth_call";
"fn" => &call.function.name,
"address" => hex::encode(call.address),
"data" => hex::encode(&call_data),
"block_hash" => call.block_ptr.hash_hex(),
Expand Down

0 comments on commit 87c455b

Please sign in to comment.