mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update trie/triedb/pathdb/database.go
Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
parent
98247fe4ae
commit
4caaf52982
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ func New(diskdb ethdb.Database, config *Config) *Database {
|
|||
if err != nil {
|
||||
log.Crit("Failed to reset state histories", "err", err)
|
||||
}
|
||||
log.Info("Truncated the unexpected state history")
|
||||
log.Info("Truncated extraneous state history")
|
||||
}
|
||||
} else {
|
||||
// Truncate the extra state histories above in freezer in case
|
||||
|
|
|
|||
Loading…
Reference in a new issue