File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3995,8 +3995,7 @@ def stake_move(
3995
3995
origin_hotkey = Prompt .ask (
3996
3996
"Enter the [blue]origin hotkey[/blue] name or "
3997
3997
"[blue]ss58 address[/blue] where the stake will be moved from "
3998
- "[dim](or Press Enter to view existing stakes)[/dim]" ,
3999
- default = self .config .get ("wallet_hotkey" ) or defaults .wallet .hotkey ,
3998
+ "[dim](or Press Enter to view existing stakes)[/dim]"
4000
3999
)
4001
4000
if origin_hotkey == "" :
4002
4001
interactive_selection = True
@@ -4161,8 +4160,7 @@ def stake_transfer(
4161
4160
origin_hotkey = Prompt .ask (
4162
4161
"Enter the [blue]origin hotkey[/blue] name or ss58 address [bold]"
4163
4162
"(stake will be transferred FROM here)[/bold] "
4164
- "[dim](or press Enter to select from existing stakes)[/dim]" ,
4165
- default = self .config .get ("wallet_hotkey" ) or defaults .wallet .hotkey ,
4163
+ "[dim](or press Enter to select from existing stakes)[/dim]"
4166
4164
)
4167
4165
if origin_hotkey == "" :
4168
4166
interactive_selection = True
You can’t perform that action at this time.
0 commit comments