snapshot, trie: fixed typos, mostly in snapshot pkg (#22133)
This commit is contained in:
committed by
GitHub
parent
072fd96254
commit
d2e1b17f18
@ -736,7 +736,7 @@ func (db *Database) Commit(node common.Hash, report bool, callback func(common.H
|
||||
batch.Replay(uncacher)
|
||||
batch.Reset()
|
||||
|
||||
// Reset the storage counters and bumpd metrics
|
||||
// Reset the storage counters and bumped metrics
|
||||
if db.preimages != nil {
|
||||
db.preimages, db.preimagesSize = make(map[common.Hash][]byte), 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user