From cd0446fc909f432ce1d6c9fd2bf4038cff9cd17d Mon Sep 17 00:00:00 2001 From: Po Date: Sun, 27 Jul 2025 18:53:34 +0200 Subject: [PATCH] cosmatic: rename postBAL file name to bal_postKV.json --- core/state/statedb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)