mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
p2p/discv5: remove unused variables
This commit is contained in:
parent
5929dd70f2
commit
c08237d218
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ import (
|
|||
|
||||
const (
|
||||
ticketTimeBucketLen = time.Minute
|
||||
timeWindow = 10 // * ticketTimeBucketLen
|
||||
wantTicketsInWindow = 10
|
||||
collectFrequency = time.Second * 30
|
||||
registerFrequency = time.Second * 60
|
||||
maxCollectDebt = 10
|
||||
|
|
|
|||
Loading…
Reference in a new issue