mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-19 14:32:21 +00:00
@@ -42,7 +42,7 @@ const (
|
||||
type PeerScore int
|
||||
|
||||
const (
|
||||
PeerScorePersistent PeerScore = math.MaxInt // persistent peers
|
||||
PeerScorePersistent PeerScore = math.MaxInt16 // persistent peers
|
||||
MaxPeerScoreNotPersistent PeerScore = PeerScorePersistent - 1
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user