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 eeadffa636b2fe9b0319afff493d5273426ad8a5
parent 958422a7c4898e1edb9a514e84eaa2d5664ef36f
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!(