Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Apr 17, 2024
1 parent 44194f1 commit 365ccca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm-ethereum/src/execute.rs
Expand Up @@ -122,7 +122,7 @@ where
.into())
}

EvmConfig::fill_tx_env(evm.tx_mut(), &transaction, *sender, ());
EvmConfig::fill_tx_env(evm.tx_mut(), transaction, *sender, ());

// Execute transaction.
let ResultAndState { result, state } = evm.transact().map_err(move |err| {
Expand Down

0 comments on commit 365ccca

Please sign in to comment.