diff --git a/integration/src/evm.rs b/integration/src/evm.rs index 17fb5876..38546eaa 100644 --- a/integration/src/evm.rs +++ b/integration/src/evm.rs @@ -13,9 +13,10 @@ pub fn deploy_and_call(deployment_code: Vec, calldata: Vec) -> Result, calldata: Vec) -> Result return Err(format!( - "Contract deployment transaction halts unexpectedly with gas_used {gas_used} and reason {:?}", - reason - )), + "Contract deployment transaction halts unexpectedly with gas_used {gas_used} and reason {:?}", + reason + )), _ => unreachable!(), }; + drop(evm); env.tx = TxEnv { gas_limit: u64::MAX, @@ -45,7 +47,7 @@ pub fn deploy_and_call(deployment_code: Vec, calldata: Vec) -> Result