From 8d69bd0742a4f19158ad71b2b56e3d0f49b0ab9d Mon Sep 17 00:00:00 2001 From: john xu Date: Tue, 7 Jan 2025 10:36:45 +0800 Subject: [PATCH] Removed TODO comment in tx forwarding function --- crates/rpc/rpc/src/eth/helpers/transaction.rs | 1 - 1 file changed, 1 deletion(-) 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)