cli/sync: filter seeds without an address
If a seed for syncing does not have an address, the local node will not be able to connect to it.
These can be filtered out so that no connection attempts are made for these nodes.
1 file changed
+7
-1
0ec084fc
→
28c8c153
modified crates/radicle-cli/src/commands/sync.rs
@@ -281,7 +281,13 @@ pub fn fetch(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|