Преглед изворни кода

doc: fix misleading comment in net/session/outbound_session.rs

darkfi пре 1 година
родитељ
комит
d7abfcf764
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/net/session/outbound_session.rs

+ 1 - 1
src/net/session/outbound_session.rs

@@ -366,7 +366,7 @@ impl Slot {
                     addr, slot
                 );
 
-                // At this point we failed to connect. We'll downgrade this peer now.
+                // Peer disconnected during the registry process. We'll downgrade this peer now.
                 self.p2p().hosts().move_host(&addr, last_seen, HostColor::Grey)?;
 
                 // Mark its state as Suspend, which sends this node to the Refinery for processing.