mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
les: fix lint
This commit is contained in:
parent
baeffa1651
commit
105a4f7c71
1 changed files with 0 additions and 3 deletions
|
|
@ -65,9 +65,6 @@ const (
|
||||||
|
|
||||||
// handshakeTimeout is the timeout LES handshake will be treated as failed.
|
// handshakeTimeout is the timeout LES handshake will be treated as failed.
|
||||||
handshakeTimeout = 5 * time.Second
|
handshakeTimeout = 5 * time.Second
|
||||||
|
|
||||||
// retrySendCachePeriod is the time interval a caching retry is performed.
|
|
||||||
retrySendCachePeriod = time.Millisecond * 100
|
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue