Parcourir la source

net/settings: remove misplaced doc comment

darkfi il y a 2 mois
Parent
commit
d1abeaf36c
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      src/net/settings.rs

+ 1 - 3
src/net/settings.rs

@@ -295,9 +295,7 @@ pub struct SettingsOpt {
     #[structopt(long)]
     pub i2p_socks5_proxy: Option<Url>,
 
-    /// If this is true, strictly follow the gold_connect_count and
-    /// white_connect_percent settings. Otherwise, connect to greylist
-    /// entries if we have no white or gold connections.
+    /// Allow localnet hosts
     #[serde(default)]
     #[structopt(long)]
     pub localnet: bool,