p2p/enode: fix vet

This commit is contained in:
Felix Lange 2018-10-04 15:47:44 +02:00
parent 02bdb55fdf
commit 0e75052ce2

View file

@ -50,7 +50,6 @@ const (
) )
var ( var (
dbNilID = ID{} // Special node ID to use as a nil element.
dbNodeExpiration = 24 * time.Hour // Time after which an unseen node should be dropped. dbNodeExpiration = 24 * time.Hour // Time after which an unseen node should be dropped.
dbCleanupCycle = time.Hour // Time period for running the expiration task. dbCleanupCycle = time.Hour // Time period for running the expiration task.
dbVersion = 7 dbVersion = 7