mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Revert "triedb/pathdb: update metadata"
This reverts commit 7184b37b5b.
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
1a340075ef
commit
7d9e189c66
1 changed files with 0 additions and 2 deletions
|
|
@ -507,8 +507,6 @@ func (i *indexIniter) index(done chan struct{}, interrupt *atomic.Int32, lastID
|
||||||
storeIndexMetadata(i.disk, 0)
|
storeIndexMetadata(i.disk, 0)
|
||||||
log.Info("Initialized history indexing flag")
|
log.Info("Initialized history indexing flag")
|
||||||
} else {
|
} else {
|
||||||
// Update the metadata to indicate that indexing is complete up to lastID
|
|
||||||
storeIndexMetadata(i.disk, lastID)
|
|
||||||
log.Debug("State history is fully indexed", "last", lastID)
|
log.Debug("State history is fully indexed", "last", lastID)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue