mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Revert "core/rawdb: skip pathdb state inspection in hashdb mode (#28108)"
This reverts commit 02701029b3.
This commit is contained in:
parent
24e14bcc1b
commit
d2ad29b39c
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue