diff --git a/src/node.rs b/src/node.rs index 09a36ed7..edbb78aa 100644 --- a/src/node.rs +++ b/src/node.rs @@ -2550,6 +2550,7 @@ impl 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() {