Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
doc: Oversight when integrating winpipe
Lorenz Leutgeb committed 8 months ago
commit c166fb3431b94261f818131396a6b2bf15e7d628
parent 84eb421ab92f74a74feffb2bc455e1112eff050f
1 file changed +1 -1
modified crates/radicle-node/src/runtime.rs
@@ -100,7 +100,7 @@ impl From<service::Error> for Error {
    }
}

-
/// Wraps a [`UnixListener`] but tracks its origin.
+
/// Wraps a [`Listener`] but tracks its origin.
pub enum ControlSocket {
    /// The listener was created by binding to it.
    Bound(Listener, PathBuf),