bridge/pkg/p2p: clarify comment

This commit is contained in:
Leo 2020-11-06 12:48:12 +01:00
parent 863e1c038b
commit 2df0fe50c0
1 changed files with 1 additions and 1 deletions

View File

@ -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.