diff --git a/core/filtermaps/indexer.go b/core/filtermaps/indexer.go index 823e476931..6732dc85ea 100644 --- a/core/filtermaps/indexer.go +++ b/core/filtermaps/indexer.go @@ -56,7 +56,7 @@ func (f *FilterMaps) indexerLoop() { } } if !f.targetHeadIndexed() { - if err := f.tryIndexHead(); err != nil { + if err := f.tryIndexHead(); err != nil && err != errChainUpdate { f.disableForError("head rendering", err) return }