Skip to content

Commit 08fb41f

Browse files
authored
Merge pull request #642 from opentensor/fix/thewhaleking/update-wording-in-transfer-confirm
2 parents 35a239c + b84ed9e commit 08fb41f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bittensor_cli/src/bittensor/extrinsics/transfer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ async def do_transfer() -> tuple[bool, str, str, AsyncExtrinsicReceipt]:
182182
f"[bright_magenta]{wallet.coldkey.ss58_address}\n[/bright_magenta]"
183183
f" to: [bright_magenta]{destination}[/bright_magenta]\n for fee: [bright_cyan]{fee}[/bright_cyan]\n"
184184
f"[bright_yellow]Transferring is not the same as staking. To instead stake, use "
185-
f"[dark_orange]btcli stake add[/dark_orange] instead[/bright_yellow]"
185+
f"[dark_orange]btcli stake add[/dark_orange] instead[/bright_yellow].\n"
186+
f"Proceed with transfer?"
186187
):
187188
return False, None
188189

0 commit comments

Comments
 (0)