mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22: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 (
|
||||
dbNilID = ID{} // Special node ID to use as a nil element.
|
||||
dbNodeExpiration = 24 * time.Hour // Time after which an unseen node should be dropped.
|
||||
dbCleanupCycle = time.Hour // Time period for running the expiration task.
|
||||
dbVersion = 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue