Skip to content

Commit

Permalink
Merge pull request #17 from opentensor/fix/update-mnemonic-command
Browse files Browse the repository at this point in the history
Updates mnemonic command output
  • Loading branch information
ibraheem-opentensor authored Aug 28, 2024
2 parents 4e09d45 + 7789a9a commit 5fa01d9
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 5fa01d9

Please sign in to comment.