Преглед на файлове

chore: remove deceptive comment in lilith whitelist refinery

draoi преди 2 години
родител
ревизия
00582c94a7
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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);