Skip to content

Commit

Permalink
Add refactor todo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Oct 19, 2023
1 parent 460cf45 commit ec3f6b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2550,6 +2550,7 @@ impl<S: Send + Sync + 'static + ForkSource + std::fmt::Debug> EthTestNodeNamespa
}
};

// TODO: refactor the way the transaction is converted
let mut tx_req = TransactionRequest::from(tx.clone());
// EIP-1559 gas fields should be processed separately
if tx.gas_price.is_some() {
Expand Down

0 comments on commit ec3f6b3

Please sign in to comment.