From 2df0fe50c04692694b86986bbd5b7d94b41f153c Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 6 Nov 2020 12:48:12 +0100 Subject: [PATCH] bridge/pkg/p2p: clarify comment --- bridge/pkg/p2p/p2p.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/pkg/p2p/p2p.go b/bridge/pkg/p2p/p2p.go index f51cfbc9..343a6d72 100644 --- a/bridge/pkg/p2p/p2p.go +++ b/bridge/pkg/p2p/p2p.go @@ -108,7 +108,7 @@ func Run(obsvC chan *gossipv1.LockupObservation, // Add our own bootstrap nodes - // Count number of successful connection attempts. If we fail to connect to every bootstrap peer, kill + // Count number of successful connection attempts. If we fail to connect to any bootstrap peer, kill // the service and have supervisor retry it. successes := 0 // Are we a bootstrap node? If so, it's okay to not have any peers.