mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-30 17:48:03 -05:00
fix(op-reth): clear accesslist for Deposit txs (#5513)
This commit is contained in:
@@ -309,6 +309,7 @@ pub fn fill_tx_env<T>(
|
||||
}
|
||||
#[cfg(feature = "optimism")]
|
||||
Transaction::Deposit(tx) => {
|
||||
tx_env.access_list.clear();
|
||||
tx_env.gas_limit = tx.gas_limit;
|
||||
tx_env.gas_price = U256::ZERO;
|
||||
tx_env.gas_priority_fee = None;
|
||||
|
||||
Reference in New Issue
Block a user