Skip to content

Commit

Permalink
change error colouring wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Dec 18, 2024
1 parent 4de9392 commit f41d839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bittensor_cli/src/bittensor/extrinsics/transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ async def get_transfer_fee() -> Balance:
except SubstrateRequestException as e:
payment_info = {"partialFee": int(2e7)} # assume 0.02 Tao
err_console.print(
f":cross_mark: [red]Failed to get payment info[/red]:[bold white]\n"
f" {format_error_message(e)}[/bold white]\n"
f":cross_mark: [red]Failed to get payment info[/red]:\n"
f" [bold white]{format_error_message(e)}[/bold white]\n"
f" Defaulting to default transfer fee: {payment_info['partialFee']}"
)

Expand Down

0 comments on commit f41d839

Please sign in to comment.