Skip to content

Commit

Permalink
Updates mnemonic command output
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor committed Aug 28, 2024
1 parent 4e09d45 commit 7789a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor_wallet/wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def display_mnemonic_msg(keypair: Keypair, key_type: str):
print(
"You can use the mnemonic to recreate the key in case it gets lost. The command to use to regenerate the key using this mnemonic is:"
)
print("btcli w regen_{} --mnemonic {}".format(key_type, mnemonic))
print('btcli w regen-{} --mnemonic "{}"'.format(key_type, mnemonic))
print("")


Expand Down

0 comments on commit 7789a9a

Please sign in to comment.