mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p/enode: fix vet
This commit is contained in:
parent
02bdb55fdf
commit
0e75052ce2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue