Skip to content

Commit 580b8a7

Browse files
committed
Added commands
1 parent b8e6d79 commit 580b8a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bittensor_cli/cli.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,9 @@ def __init__(self):
791791
self.wallet_app.command(
792792
"regen-hotkey", rich_help_panel=HELP_PANELS["WALLET"]["SECURITY"]
793793
)(self.wallet_regen_hotkey)
794+
self.wallet_app.command(
795+
"regen-hotkey-pub", rich_help_panel=HELP_PANELS["WALLET"]["SECURITY"]
796+
)(self.wallet_regen_hotkey_pub)
794797
self.wallet_app.command(
795798
"new-hotkey", rich_help_panel=HELP_PANELS["WALLET"]["MANAGEMENT"]
796799
)(self.wallet_new_hotkey)
@@ -973,6 +976,10 @@ def __init__(self):
973976
"regen_hotkey",
974977
hidden=True,
975978
)(self.wallet_regen_hotkey)
979+
self.wallet_app.command(
980+
"regen_hotkey_pub",
981+
hidden=True,
982+
)(self.wallet_regen_hotkey_pub)
976983
self.wallet_app.command(
977984
"new_hotkey",
978985
hidden=True,

0 commit comments

Comments
 (0)