mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
triedb/hashdb: Avoid setting db.cleans on Close (#29309)
This commit is contained in:
parent
14eb8967be
commit
f46fe62c5d
1 changed files with 0 additions and 1 deletions
|
|
@ -619,7 +619,6 @@ func (db *Database) Size() (common.StorageSize, common.StorageSize) {
|
|||
func (db *Database) Close() error {
|
||||
if db.cleans != nil {
|
||||
db.cleans.Reset()
|
||||
db.cleans = nil
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue