diff --git a/crates/rpc/rpc/src/eth/helpers/transaction.rs b/crates/rpc/rpc/src/eth/helpers/transaction.rs index ef67a0ba7cdc..8ec365adef4f 100644 --- a/crates/rpc/rpc/src/eth/helpers/transaction.rs +++ b/crates/rpc/rpc/src/eth/helpers/transaction.rs @@ -35,7 +35,6 @@ where tx: Bytes, ) -> impl Future> + Send { async move { - // TODO: forwarding tx if let Some(client) = self.preconf_forwarding_server() { return client .send_raw_transaction(&tx)