Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Removes writing default seeds to the default config as preferred seeds
◌ CI pending Johannes Kühlewindt committed 5 months ago
commit c7397b3a465c2096cc3800b9f419d6eb58e04886
parent c268e809e9dafb9f1d2879fb781d501dbcf61902
1 pending (1 total) View logs
1 file changed +1 -1
modified crates/radicle/src/profile/config.rs
@@ -155,7 +155,7 @@ impl Config {

        Self {
            public_explorer: Explorer::default(),
-
            preferred_seeds: node.network.public_seeds(),
+
            preferred_seeds: Vec::default(),
            web: web::Config::default(),
            cli: cli::Config::default(),
            node,