File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3860,7 +3860,8 @@ def stake_remove(
3860
3860
default = self .config .get ("wallet_name" ) or defaults .wallet .name ,
3861
3861
)
3862
3862
hotkey_or_ss58 = Prompt .ask (
3863
- "Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake from [dim](or Press Enter to view existing staked hotkeys)[/dim]" ,
3863
+ "Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake from [dim]"
3864
+ "(or Press Enter to view existing staked hotkeys)[/dim]" ,
3864
3865
)
3865
3866
if hotkey_or_ss58 == "" :
3866
3867
wallet = self .wallet_ask (
@@ -3907,7 +3908,8 @@ def stake_remove(
3907
3908
else :
3908
3909
if not hotkey_ss58_address and not wallet_hotkey :
3909
3910
hotkey_or_ss58 = Prompt .ask (
3910
- "Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake all from [dim](or enter 'all' to unstake from all hotkeys)[/dim]" ,
3911
+ "Enter the [blue]hotkey[/blue] name or [blue]ss58 address[/blue] to unstake all from [dim]"
3912
+ "(or enter 'all' to unstake from all hotkeys)[/dim]" ,
3911
3913
default = self .config .get ("wallet_hotkey" )
3912
3914
or defaults .wallet .hotkey ,
3913
3915
)
You can’t perform that action at this time.
0 commit comments