mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
cosmatic: rename postBAL file name to bal_postKV.json
This commit is contained in:
parent
ad0b8f83c8
commit
cd0446fc90
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue