diff --git a/client/rpc/src/eth/transaction.rs b/client/rpc/src/eth/transaction.rs index 04e6c0d7bd..e7d50c41fd 100644 --- a/client/rpc/src/eth/transaction.rs +++ b/client/rpc/src/eth/transaction.rs @@ -284,7 +284,6 @@ where let mut cumulative_receipts = receipts; cumulative_receipts.truncate((status.transaction_index + 1) as usize); let transaction = block.transactions[index].clone(); - let effective_gas_price = match transaction { EthereumTransaction::Legacy(t) => t.gas_price, EthereumTransaction::EIP2930(t) => t.gas_price,