mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
Merge e3783e242a into 7c9032dff6
This commit is contained in:
commit
ac1dd1d8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -766,7 +766,7 @@ func checkVersion(disk ethdb.KeyValueStore, typ historyType) {
|
||||||
if err == nil {
|
if err == nil {
|
||||||
version = fmt.Sprintf("%d", m.Version)
|
version = fmt.Sprintf("%d", m.Version)
|
||||||
}
|
}
|
||||||
log.Info("Cleaned up obsolete history index", "type", typ, "version", version, "want", version)
|
log.Info("Cleaned up obsolete history index", "type", typ, "version", version, "want", fmt.Sprintf("%d", ver))
|
||||||
}
|
}
|
||||||
|
|
||||||
// newHistoryIndexer constructs the history indexer and launches the background
|
// newHistoryIndexer constructs the history indexer and launches the background
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue