mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 16:59:26 +00:00
Merge b18e383644 into 12eabbd76d
This commit is contained in:
commit
4bc925dfd0
1 changed files with 1 additions and 1 deletions
|
|
@ -349,8 +349,8 @@ func (f *FilterMaps) tryIndexTail() (bool, error) {
|
|||
"firstblock", f.indexedRange.blocks.First(), "lastblock", f.indexedRange.blocks.Last(),
|
||||
"processed", f.ptrTailIndex-f.indexedRange.blocks.First(),
|
||||
"elapsed", common.PrettyDuration(time.Since(f.startedTailIndexAt)))
|
||||
f.loggedTailIndex = false
|
||||
}
|
||||
f.loggedTailIndex, f.startedTailIndex = false, false
|
||||
return true, nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue