mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
docs(rpc): fix incorrect transport in with_ipc comment (#20939)
This commit is contained in:
@@ -1663,7 +1663,7 @@ impl TransportRpcModules {
|
||||
self
|
||||
}
|
||||
|
||||
/// Sets the [`RpcModule`] for the http transport.
|
||||
/// Sets the [`RpcModule`] for the ipc transport.
|
||||
/// This will overwrite current module, if any.
|
||||
pub fn with_ipc(mut self, ipc: RpcModule<()>) -> Self {
|
||||
self.ipc = Some(ipc);
|
||||
|
||||
Reference in New Issue
Block a user