mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
remove: stale comment
This commit is contained in:
@ -8,7 +8,6 @@ use jsonrpsee_core::{async_trait, client::ClientT, ClientError, RpcResult};
|
|||||||
|
|
||||||
#[rpc(server, namespace = "eth")]
|
#[rpc(server, namespace = "eth")]
|
||||||
pub(crate) trait EthForwarderApi {
|
pub(crate) trait EthForwarderApi {
|
||||||
/// Returns block 0.
|
|
||||||
#[method(name = "sendRawTransaction")]
|
#[method(name = "sendRawTransaction")]
|
||||||
async fn send_raw_transaction(&self, tx: Bytes) -> RpcResult<B256>;
|
async fn send_raw_transaction(&self, tx: Bytes) -> RpcResult<B256>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user