Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: change announcement message
Fintan Halpenny committed 11 months ago
commit 924b93283c5bf37bf7d414d1b37cc4574f527fc4
parent d1ba665ebff82bd86b6693e4e6592dad7e35b797
1 file changed +3 -1
modified radicle-cli/src/node.rs
@@ -246,7 +246,9 @@ where
            term::format::secondary(progress.preferred()),
            term::format::secondary(n_preferred_seeds),
            term::format::secondary(progress.synced()),
-
            term::format::secondary(min_replicas),
+
            // N.b. the number of replicas could exceed the target if we're
+
            // waiting for preferred seeds
+
            term::format::secondary(min_replicas.max(progress.synced())),
        ));
    }) {
        Ok(result) => {