From 3b08f1ac7261711a101bd6b9442b4bb4cfb61f56 Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Thu, 16 Jun 2022 16:54:19 -0400 Subject: [PATCH] Update internal/p2p/peermanager.go Co-authored-by: William Banfield <4561443+williambanfield@users.noreply.github.com> --- internal/p2p/peermanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.