Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
remove todo comment
Johannes Kühlewindt committed 10 months ago
commit 09db075fe8d56869ba434e4fa9eaad495756f2ff
parent 3b2572e73e13a3f48167a786c123d7c2125c6bba
1 file changed +0 -1
modified crates/radicle-cli/src/commands/node.rs
@@ -248,7 +248,6 @@ impl Args for Options {

        let op = match op.unwrap_or_default() {
            OperationName::Connect => Operation::Connect {
-
                // TODO implement
                addr: addr.ok_or_else(|| {
                    anyhow!("an address of the form `<nid>@<host>:<port>` must be provided")
                })?,