Skip to content

Commit 417a4c1

Browse files
authored
Revert "core/rawdb: skip pathdb state inspection in hashdb mode (ethereum#28108)"
This reverts commit 0270102.
1 parent 12b9cd2 commit 417a4c1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/rawdb/ancient_utils.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ func inspectFreezers(db ethdb.Database) ([]freezerInfo, error) {
8888
infos = append(infos, info)
8989

9090
case stateFreezerName:
91-
if ReadStateScheme(db) != PathScheme {
92-
continue
93-
}
9491
datadir, err := db.AncientDatadir()
9592
if err != nil {
9693
return nil, err

0 commit comments

Comments
 (0)