Skip to content

Commit 2b786a2

Browse files
authored
chore(cli): rename encrypted key file (#524)
rename encrypted key file to `priv_validator_key.enc` per request from @vtiwari-story issue: none
1 parent 76244f5 commit 2b786a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
{
203203
"type": "Secret Keyword",
204204
"filename": "client/config/config.go",
205-
"hashed_secret": "572cde2b2a4da9c5a16a48d9a2655a1838c3834a",
205+
"hashed_secret": "fa74c684811fc42aa6a61ca3dacd3ea807444e21",
206206
"is_verified": false,
207207
"line_number": 34
208208
}
@@ -974,5 +974,5 @@
974974
}
975975
]
976976
},
977-
"generated_at": "2025-03-19T09:11:15Z"
977+
"generated_at": "2025-03-26T14:30:28Z"
978978
}

client/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const (
3131
configDir = "config"
3232
snapshotDataDir = "snapshots"
3333
networkFile = "network.json"
34-
DefaultEncPrivKeyName = "enc_priv_key.json"
34+
DefaultEncPrivKeyName = "priv_validator_key.enc"
3535

3636
DefaultEngineEndpoint = "http://localhost:8551" // Default host endpoint for the Engine API
3737
defaultSnapshotInterval = 1000 // Roughly once an hour (given 3s blocks)

0 commit comments

Comments
 (0)