Skip to content

Commit

Permalink
add log in transact()
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBenlau committed May 2, 2024
1 parent 89576ac commit ad98fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/revm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ impl<EXT, DB: Database> Evm<'_, EXT, DB> {
/// This function will validate the transaction.
#[inline]
pub fn transact(&mut self) -> EVMResult<DB::Error> {
println!("Start revm transact");
self.handler.validation().env(&self.context.evm.env)?;
let initial_gas_spend = self
.handler
Expand Down

0 comments on commit ad98fad

Please sign in to comment.