mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
Merge ed5a069bf9 into 7c9032dff6
This commit is contained in:
commit
a46b8b8f38
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ func (it *lookupIterator) slowdown() {
|
|||
if diff > minInterval {
|
||||
return
|
||||
}
|
||||
wait := time.NewTimer(diff)
|
||||
wait := time.NewTimer(minInterval - diff)
|
||||
defer wait.Stop()
|
||||
select {
|
||||
case <-wait.C:
|
||||
|
|
|
|||
Loading…
Reference in a new issue