From 690a929f97c87413807a199c40dc99d2509c04d4 Mon Sep 17 00:00:00 2001 From: tycho garen Date: Thu, 16 Jun 2022 16:55:55 -0400 Subject: [PATCH] cleanup comment --- internal/p2p/peermanager.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/p2p/peermanager.go b/internal/p2p/peermanager.go index 9d0265622..81996a2ff 100644 --- a/internal/p2p/peermanager.go +++ b/internal/p2p/peermanager.go @@ -900,8 +900,7 @@ func (m *PeerManager) Inactivate(peerID types.NodeID) error { // Advertise returns a list of peer addresses to advertise to a peer. // // It sorts all peers in the peer store, and assembles a list of peers -// that is most likely to include the highest priority of peers and -// then +// that is most likely to include the highest priority of peers. func (m *PeerManager) Advertise(peerID types.NodeID, limit uint16) []NodeAddress { m.mtx.Lock() defer m.mtx.Unlock()