Skip to content

Commit

Permalink
update Peers docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Oct 24, 2024
1 parent adb8a1e commit 8c3d15c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,12 +525,10 @@ func (n *network) KnownPeers() ([]byte, []byte) {
//
// - Respond with all subnet IPs
// - The peer requests all peers
// - We believe the peer to be a primary network validator
// - We believe ourself to be a primary network validator
//
// - Respond with subnet IPs tracked by the peer
// - Either the peer does not request all peers or we don't consider them to
// be a primary network validator
// - The peer does not request all peers
// - We believe ourself to be a primary network validator
//
// The reason we allow the peer to request all peers is so that we can avoid
Expand Down

0 comments on commit 8c3d15c

Please sign in to comment.