This commit is contained in:
cui 2026-05-24 05:55:18 +00:00 committed by GitHub
commit 542150c819
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ import (
func CheckDanglingStorage(chaindb ethdb.KeyValueStore) error {
if err := checkDanglingDiskStorage(chaindb); err != nil {
log.Error("Database check error", "err", err)
return err
}
return checkDanglingMemStorage(chaindb)
}