Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Jul 3, 2024
1 parent 623898a commit 44e2bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bsc/evm/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ where
transaction.hash() ==
b256!("5ebef67c81a8b0121c081056f10c17a3943eb59f74f53e2c54dc939d0bb06f55")
{
debug!("tx result: {:?}", result);
debug!("tx state: {:?}", state);
}
cumulative_gas_used += result.gas_used();

Expand Down

0 comments on commit 44e2bb1

Please sign in to comment.