Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: update comment
Fintan Halpenny committed 3 months ago
commit 876ac47281e865378e77c98820b80999076d110d
parent 689dccccc90acedccacc3b9ab75174f10b0ce51c
1 file changed +1 -1
modified crates/radicle-node/src/reactor/transport.rs
@@ -206,7 +206,7 @@ impl<S: Session> Transport<S> {
        }
        match self.flush() {
            Ok(_) => None,
-
            // In this case, the write could not complete. Leave `needs_flush` set
+
            // In this case, the write could not complete. Leave `write_intent` set
            // to be notified when the socket is ready to write again.
            Err(err)
                if matches!(