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(
39953995 origin_hotkey = Prompt .ask (
39963996 "Enter the [blue]origin hotkey[/blue] name or "
39973997 "[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]"
40003999 )
40014000 if origin_hotkey == "" :
40024001 interactive_selection = True
@@ -4161,8 +4160,7 @@ def stake_transfer(
41614160 origin_hotkey = Prompt .ask (
41624161 "Enter the [blue]origin hotkey[/blue] name or ss58 address [bold]"
41634162 "(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]"
41664164 )
41674165 if origin_hotkey == "" :
41684166 interactive_selection = True
You can’t perform that action at this time.
0 commit comments