summaryrefslogtreecommitdiff
path: root/catchup/peerSelector.go
diff options
context:
space:
mode:
Diffstat (limited to 'catchup/peerSelector.go')
-rw-r--r--catchup/peerSelector.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/catchup/peerSelector.go b/catchup/peerSelector.go
index 148529558..05556bb24 100644
--- a/catchup/peerSelector.go
+++ b/catchup/peerSelector.go
@@ -29,12 +29,12 @@ import (
)
const (
- // peerRankInitialFirstPriority is the high-priority peers group ( typically, archivers )
+ // peerRankInitialFirstPriority is the high-priority peers group
peerRankInitialFirstPriority = 0
peerRank0LowBlockTime = 1
peerRank0HighBlockTime = 199
- // peerRankInitialSecondPriority is the second priority peers group ( typically, relays )
+ // peerRankInitialSecondPriority is the second priority peers group
peerRankInitialSecondPriority = 200
peerRank1LowBlockTime = 201
peerRank1HighBlockTime = 399