cosmatic: rename postBAL file name to bal_postKV.json

This commit is contained in:
Po 2025-07-27 18:53:34 +02:00
parent ad0b8f83c8
commit cd0446fc90

View file

@ -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)