Просмотр исходного кода

chore: remove deceptive comment in lilith whitelist refinery

draoi 2 лет назад
Родитель
Сommit
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 {
 impl Lilith {
     /// Periodically ping nodes on the whitelist. If they are still reachable, update their last
     /// 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<()> {
     async fn whitelist_refinery(name: String, p2p: P2pPtr) -> Result<()> {
         info!(target: "lilith", "Starting whitelist refinery for \"{}\"", name);
         info!(target: "lilith", "Starting whitelist refinery for \"{}\"", name);