Update internal/p2p/peermanager.go

Co-authored-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
(cherry picked from commit f23f6e1089)
This commit is contained in:
Sam Kleinman
2022-06-10 16:00:25 -04:00
committed by tycho garen
parent e38d5b7547
commit fc9ba51b28
+1 -1
View File
@@ -44,7 +44,7 @@ type PeerScore int16
const (
PeerScorePersistent PeerScore = math.MaxInt16 // persistent peers
MaxPeerScoreNotPersistent PeerScore = PeerScorePersistent - 1
DefaultMutablePeerScore int64 = 256
DefaultMutablePeerScore = 256
)
// PeerUpdate is a peer update event sent via PeerUpdates.