diff --git a/core/state/statedb.go b/core/state/statedb.go index ecf06102cd..0c5ff3d9af 100644 --- a/core/state/statedb.go +++ b/core/state/statedb.go @@ -218,7 +218,7 @@ func init() { case BalPreblockKeysPostValues: { println("bal preblock keys post values") - fileName = "access_lists_kpostv.json" + fileName = "bal_postKV.json" data, err := os.ReadFile(fileName) if err != nil { log.Error("Failed to load access lists", "err", err)