Skip to content

Commit b959fe3

Browse files
committed
Added commands
1 parent 580b8a7 commit b959fe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ def __init__(self):
792792
"regen-hotkey", rich_help_panel=HELP_PANELS["WALLET"]["SECURITY"]
793793
)(self.wallet_regen_hotkey)
794794
self.wallet_app.command(
795-
"regen-hotkey-pub", rich_help_panel=HELP_PANELS["WALLET"]["SECURITY"]
795+
"regen-hotkeypub", rich_help_panel=HELP_PANELS["WALLET"]["SECURITY"]
796796
)(self.wallet_regen_hotkey_pub)
797797
self.wallet_app.command(
798798
"new-hotkey", rich_help_panel=HELP_PANELS["WALLET"]["MANAGEMENT"]
@@ -977,7 +977,7 @@ def __init__(self):
977977
hidden=True,
978978
)(self.wallet_regen_hotkey)
979979
self.wallet_app.command(
980-
"regen_hotkey_pub",
980+
"regen_hotkeypub",
981981
hidden=True,
982982
)(self.wallet_regen_hotkey_pub)
983983
self.wallet_app.command(

0 commit comments

Comments
 (0)