diff --git a/internal/p2p/peermanager.go b/internal/p2p/peermanager.go index 94838cc2b..e3bd1d4da 100644 --- a/internal/p2p/peermanager.go +++ b/internal/p2p/peermanager.go @@ -109,7 +109,7 @@ type PeerManagerOptions struct { MaxConnected uint16 // MaxOutgoingConnections specifies how many outgoing - // connections. It must be lower than MaxConnected. If it is + // connections a node will maintain. It must be lower than MaxConnected. If it is // 0, then all connections can be outgoing. Once this limit is // reached, the node will not dial peers, allowing the // remaining peer connections to be used by incoming connections.