Explorar el Código

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

darkfi hace 1 año
padre
commit
d7abfcf764
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.