mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +00:00
triedb/pathdb: fix copy-paste error in version mismatch log
This commit is contained in:
parent
15a9e92bbd
commit
637694c811
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ func checkVersion(disk ethdb.KeyValueStore, typ historyType) {
|
|||
if err == nil {
|
||||
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", ver)
|
||||
}
|
||||
|
||||
// newHistoryIndexer constructs the history indexer and launches the background
|
||||
|
|
|
|||
Loading…
Reference in a new issue