Skip to content

Commit ba7cca5

Browse files
committed
Removed some defaults
1 parent b121e67 commit ba7cca5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bittensor_cli/cli.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)