File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2308,7 +2308,7 @@ def wallet_regen_coldkey_pub(
2308
2308
2309
2309
if not wallet_name :
2310
2310
wallet_name = Prompt .ask (
2311
- f"Enter the name of the [{ COLORS .G .CK } ]new wallet (coldkey) " ,
2311
+ f"Enter the name of the [{ COLORS .G .CK } ]wallet for the new coldkeypub " ,
2312
2312
default = defaults .wallet .name ,
2313
2313
)
2314
2314
wallet = Wallet (wallet_name , wallet_hotkey , wallet_path )
@@ -2429,7 +2429,7 @@ def wallet_regen_hotkey_pub(
2429
2429
2430
2430
if not wallet_name :
2431
2431
wallet_name = Prompt .ask (
2432
- f"Enter the name of the [{ COLORS .G .CK } ]new wallet (coldkey) " ,
2432
+ f"Enter the name of the [{ COLORS .G .CK } ]wallet for the new hotkeypub " ,
2433
2433
default = defaults .wallet .name ,
2434
2434
)
2435
2435
wallet = Wallet (wallet_name , wallet_hotkey , wallet_path )
You can’t perform that action at this time.
0 commit comments