Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Mar 28, 2024
1 parent 97a7563 commit 8ef1b3a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/evm/src/runner/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1048,13 +1048,7 @@ impl<'config, 'precompiles, S: StackState<'config>, P: PrecompileSet> StackExecu

let mut runtime = Runtime::new(Rc::new(code), Rc::new(input), context, self.config);

#[cfg(not(feature = "tracing"))]
let reason = self.execute(&mut runtime);
#[cfg(feature = "tracing")]
//let reason = module_evm_utility::evm::tracing::using(&mut Tracer, || self.execute(&mut runtime));
let reason = module_evm_utility::evm_runtime::tracing::using(&mut Tracer, || self.execute(&mut runtime));
//let reason = module_evm_utility::evm_gasometer::tracing::using(&mut Tracer, || self.execute(&mut
// runtime));

log::debug!(target: "evm", "Call execution using address {}: {:?}", code_address, reason);

Expand Down

0 comments on commit 8ef1b3a

Please sign in to comment.