docs(rpc): fix incorrect transport in with_ipc comment (#20939)

This commit is contained in:
iPLAY888
2026-01-12 02:04:32 +03:00
committed by GitHub
parent 0e2b3afa3f
commit 89677e1bd9

View File

@@ -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);