mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
Merge 8628080475 into 406a852ec8
This commit is contained in:
commit
d20ab68d3a
1 changed files with 2 additions and 0 deletions
|
|
@ -84,7 +84,9 @@ func (tr *tableRevalidation) run(tab *Table, now mclock.AbsTime) (nextTime mcloc
|
|||
}
|
||||
// Update nextTime regardless if any requests were started because
|
||||
// current value has passed.
|
||||
tab.mutex.Lock()
|
||||
list.schedule(now, &tab.rand)
|
||||
tab.mutex.Unlock()
|
||||
}
|
||||
}
|
||||
reval(&tr.fast)
|
||||
|
|
|
|||
Loading…
Reference in a new issue