Skip to content

Commit

Permalink
Revert "core/rawdb: skip pathdb state inspection in hashdb mode (ethe…
Browse files Browse the repository at this point in the history
…reum#28108)"

This reverts commit 0270102.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 12b9cd2 commit 417a4c1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/rawdb/ancient_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 417a4c1

Please sign in to comment.