remove: stale comment

This commit is contained in:
sprites0
2025-03-04 03:27:07 +00:00
parent 1431181388
commit 5761e35ce4

View File

@ -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<B256>;
}