Revert "core/rawdb: skip pathdb state inspection in hashdb mode (#28108)"

This reverts commit 02701029b3.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent 24e14bcc1b
commit d2ad29b39c

View file

@ -88,9 +88,6 @@ func inspectFreezers(db ethdb.Database) ([]freezerInfo, error) {
infos = append(infos, info)
case stateFreezerName:
if ReadStateScheme(db) != PathScheme {
continue
}
datadir, err := db.AncientDatadir()
if err != nil {
return nil, err