File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -791,6 +791,9 @@ def __init__(self):
791
791
self .wallet_app .command (
792
792
"regen-hotkey" , rich_help_panel = HELP_PANELS ["WALLET" ]["SECURITY" ]
793
793
)(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 )
794
797
self .wallet_app .command (
795
798
"new-hotkey" , rich_help_panel = HELP_PANELS ["WALLET" ]["MANAGEMENT" ]
796
799
)(self .wallet_new_hotkey )
@@ -973,6 +976,10 @@ def __init__(self):
973
976
"regen_hotkey" ,
974
977
hidden = True ,
975
978
)(self .wallet_regen_hotkey )
979
+ self .wallet_app .command (
980
+ "regen_hotkey_pub" ,
981
+ hidden = True ,
982
+ )(self .wallet_regen_hotkey_pub )
976
983
self .wallet_app .command (
977
984
"new_hotkey" ,
978
985
hidden = True ,
You can’t perform that action at this time.
0 commit comments