diff --git a/crates/rpc/rpc/src/eth/helpers/trace.rs b/crates/rpc/rpc/src/eth/helpers/trace.rs index 3d73b0946..7a9f55ec5 100644 --- a/crates/rpc/rpc/src/eth/helpers/trace.rs +++ b/crates/rpc/rpc/src/eth/helpers/trace.rs @@ -38,7 +38,6 @@ where Self: LoadBlock, F: Fn( TransactionInfo, - u64, // tx gas limit Insp, ExecutionResult, &EvmState,