mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
fix
This commit is contained in:
parent
907ad70623
commit
0a290f4509
1 changed files with 1 additions and 1 deletions
|
|
@ -560,7 +560,7 @@ func (i *indexIniter) index(done chan struct{}, interrupt *atomic.Int32, lastID
|
||||||
storeIndexMetadata(i.disk, i.typ, 0)
|
storeIndexMetadata(i.disk, i.typ, 0)
|
||||||
i.log.Info("Initialized history indexing flag")
|
i.log.Info("Initialized history indexing flag")
|
||||||
} else {
|
} else {
|
||||||
i.log.Debug("History is fully indexed", "last", lastID)
|
i.log.Debug("History is fully indexed", i.getHistoryRangeInfo(lastID))
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue