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 @@ -792,7 +792,7 @@ def __init__(self):
792
792
"regen-hotkey" , rich_help_panel = HELP_PANELS ["WALLET" ]["SECURITY" ]
793
793
)(self .wallet_regen_hotkey )
794
794
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" ]
796
796
)(self .wallet_regen_hotkey_pub )
797
797
self .wallet_app .command (
798
798
"new-hotkey" , rich_help_panel = HELP_PANELS ["WALLET" ]["MANAGEMENT" ]
@@ -977,7 +977,7 @@ def __init__(self):
977
977
hidden = True ,
978
978
)(self .wallet_regen_hotkey )
979
979
self .wallet_app .command (
980
- "regen_hotkey_pub " ,
980
+ "regen_hotkeypub " ,
981
981
hidden = True ,
982
982
)(self .wallet_regen_hotkey_pub )
983
983
self .wallet_app .command (
You can’t perform that action at this time.
0 commit comments