Skip to content

Commit

Permalink
Fixes output string (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheem-opentensor authored Aug 28, 2024
1 parent e7bb0f8 commit 189b7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor_cli/src/bittensor/extrinsics/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async def do_transfer() -> tuple[bool, str, str]:
)
console.print(
f"Balance:\n"
f" [blue]{account_balance[wallet.coldkey.ss58_address]}[/blue] :arrow_right: [green]{new_balance[wallet.coldkey.ss58_address]}[/green]"
f" [blue]{account_balance}[/blue] :arrow_right: [green]{new_balance[wallet.coldkey.ss58_address]}[/green]"
)
return True

Expand Down

0 comments on commit 189b7a7

Please sign in to comment.