Skip to content

Commit

Permalink
doc: fix misleading comment in net/session/outbound_session.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfi committed Jan 28, 2025
1 parent 9b3c4b3 commit d7abfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/session/outbound_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d7abfcf

Please sign in to comment.