mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
core/filtermaps: reset startedTailIndex flag after tail rendering
This commit is contained in:
parent
59ce2cb6a1
commit
b18e383644
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