Skip to content

Commit

Permalink
Merge branch 'adding-comments-peers' of github.com:neo-project/neo in…
Browse files Browse the repository at this point in the history
…to adding-comments-peers
  • Loading branch information
vncoelho committed Nov 25, 2019
2 parents caf3e0a + 9ff443a commit 1850780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/neo/Network/P2P/LocalNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public IEnumerable<IPEndPoint> GetUnconnectedPeers()
}

/// <summary>
/// Override of abstract class that is triggered UnconnectedPeers is empty
/// Override of abstract class that is triggered when UnconnectedPeers is empty
/// Performs a BroadcastMessage with the command `MessageCommand.GetAddr`, which, eventually, tells all known connections
/// If there are no connected peers it will try with the default, respecting MaxCountFromSeedList limit
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/neo/Network/P2P/Peer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private static bool IsIntranetAddress(IPAddress address)
}

/// <summary>
/// Abstract class for asking for more peers
/// Abstract method for asking for more peers
/// Currently triggered when UnconnectedPeers is empty
/// </summary>
/// <param name="count">Number of peers that are being requested</param>
Expand Down

0 comments on commit 1850780

Please sign in to comment.