mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-04 03:55:22 -05:00
chore: rm redundant clone (#9174)
This commit is contained in:
@@ -140,7 +140,7 @@ where
|
||||
let gas_price = tx
|
||||
.effective_tip_per_gas(basefee)
|
||||
.ok_or_else(|| RpcInvalidTransactionError::FeeCapTooLow)?;
|
||||
Call::evm_config(ð_api).fill_tx_env(evm.tx_mut(), &tx.clone(), signer);
|
||||
Call::evm_config(ð_api).fill_tx_env(evm.tx_mut(), &tx, signer);
|
||||
let ResultAndState { result, state } = evm.transact()?;
|
||||
|
||||
let gas_used = result.gas_used();
|
||||
|
||||
Reference in New Issue
Block a user