Skip to content

Commit

Permalink
Respect previous spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jan 8, 2024
1 parent 009b9f9 commit 25be8e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/rpc/src/eth/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 25be8e7

Please sign in to comment.