Merge commit '3f40e65c4' into merge/geth-v1.13.1

This commit is contained in:
philip-morlier
2023-09-18 16:13:24 -07:00
80 changed files with 1493 additions and 2321 deletions
+3
View File
@@ -88,6 +88,9 @@ 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