diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/chain_indexer.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/chain_indexer.go b/core/chain_indexer.go index 11a7c96fa..b80b517d9 100644 --- a/core/chain_indexer.go +++ b/core/chain_indexer.go @@ -322,7 +322,6 @@ func (c *ChainIndexer) updateLoop() { updating = false c.log.Info("Finished upgrading chain index") } - c.cascadedHead = c.storedSections*c.sectionSize - 1 for _, child := range c.children { c.log.Trace("Cascading chain index update", "head", c.cascadedHead) |