From 5761e35ce4599d0e5dd7c94831ec03d4ba19d3f2 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Tue, 4 Mar 2025 03:27:07 +0000 Subject: [PATCH] remove: stale comment --- bin/reth/src/forwarder.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/reth/src/forwarder.rs b/bin/reth/src/forwarder.rs index 4f8e2ab46..dfe8dfe39 100644 --- a/bin/reth/src/forwarder.rs +++ b/bin/reth/src/forwarder.rs @@ -8,7 +8,6 @@ use jsonrpsee_core::{async_trait, client::ClientT, ClientError, RpcResult}; #[rpc(server, namespace = "eth")] pub(crate) trait EthForwarderApi { - /// Returns block 0. #[method(name = "sendRawTransaction")] async fn send_raw_transaction(&self, tx: Bytes) -> RpcResult; }