Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: typo 'not' -> 'note'
Fintan Halpenny committed 7 months ago
commit 2fa3abbadcd1ba322e2b723a665eaa0385c53a98
parent 0f25720aa3e71eb1ccf21d8119abdad4d2e9311f
1 file changed +1 -1
modified crates/radicle-node/src/wire.rs
@@ -1138,7 +1138,7 @@ pub fn dial<G: Ecdh<Pk = NodeId>>(
            .ok_or(io::ErrorKind::AddrNotAvailable)?
    };

-
    // NOTE: Previously, here was a not about setting the timeout for connecting
+
    // NOTE: Previously, here was a note about setting the timeout for connecting
    // to DEFAULT_DIAL_TIMEOUT, for which we have not figured out a way yet.
    // Generally, we should understand what happens if the following call to
    // `connect` fails. How do we learn about it? Where's the leak?