Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
chore: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Oct 30, 2023
1 parent 91d710e commit 75eb78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/revm/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ pub fn fill_tx_env_with_beacon_root_contract_call(env: &mut Env, parent_beacon_b
/// Fill transaction environment from [TransactionSignedEcRecovered].
#[cfg(not(feature = "optimism"))]
pub fn fill_tx_env_with_recovered(tx_env: &mut TxEnv, transaction: &TransactionSignedEcRecovered) {
#[cfg(not(feature = "optimism"))]
fill_tx_env(tx_env, transaction.as_ref(), transaction.signer());
}

Expand Down

0 comments on commit 75eb78b

Please sign in to comment.