Ver Fonte

chore: remove deceptive comment in lilith whitelist refinery

draoi há 2 anos atrás
pai
commit
00582c94a7
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      bin/lilith/src/main.rs

+ 1 - 2
bin/lilith/src/main.rs

@@ -165,8 +165,7 @@ struct Lilith {
 
 impl Lilith {
     /// Periodically ping nodes on the whitelist. If they are still reachable, update their last
-    /// seen field. Otherwise, downgrade them to the greylist (i.e. do not broadcast them to other
-    /// peers).
+    /// seen field. Otherwise, downgrade them to the greylist.
     async fn whitelist_refinery(name: String, p2p: P2pPtr) -> Result<()> {
         info!(target: "lilith", "Starting whitelist refinery for \"{}\"", name);