This commit is contained in:
Steven Allen 2018-01-04 18:15:01 -08:00
parent 07712d63e3
commit 62cbfac7c6

View File

@ -30,7 +30,7 @@ const (
OwnObservedAddrTTL = time.Minute * 10
)
// Perminent TTLs (distinct so we can distinguish between them)
// Permanent TTLs (distinct so we can distinguish between them)
const (
// PermanentAddrTTL is the ttl for a "permanent address" (e.g. bootstrap nodes).
PermanentAddrTTL = math.MaxInt64 - iota