We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcb129c + a897ee5 commit 8167d82Copy full SHA for 8167d82
bittensor_cli/src/commands/wallets.py
@@ -1259,8 +1259,8 @@ def overview_sort_function(row_):
1259
1260
grid.add_row(table)
1261
1262
- caption = "\n[italic][dim][bright_cyan]Wallet balance: [dark_orange]\u03c4" + str(
1263
- total_balance.tao
+ caption = (
+ f"\n[italic][dim][bright_cyan]Wallet free balance: [dark_orange]{total_balance}"
1264
)
1265
data_dict["total_balance"] = total_balance.tao
1266
grid.add_row(Align(caption, vertical="middle", align="center"))
0 commit comments