p2p/discover: make livenessChecks uint

This commit is contained in:
Felix Lange 2019-01-29 15:17:43 +01:00
parent e4aabbb8b8
commit 4bd7767bfe

View file

@ -34,7 +34,7 @@ import (
type node struct {
enode.Node
addedAt time.Time // time when the node was added to the table
livenessChecks int // how often liveness was checked
livenessChecks uint // how often liveness was checked
}
type encPubkey [64]byte