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.
1 parent 7c5d9e1 commit 5cce337Copy full SHA for 5cce337
bittensor_cli/src/commands/liquidity/liquidity.py
@@ -463,7 +463,8 @@ async def show_liquidity_list(
463
Column("Price high", justify="center"),
464
Column("Fee TAO", justify="center"),
465
Column("Fee Alpha", justify="center"),
466
- title=f"\n[{COLORS.G.HEADER}]{'Liquidity Positions of '}{wallet.name} wallet in SN #{netuid}\n",
+ title=f"\n[{COLORS.G.HEADER}]{'Liquidity Positions of '}{wallet.name} wallet in SN #{netuid}\n"
467
+ "Alpha and Tao columns are respective portions of liquidity.",
468
show_footer=False,
469
show_edge=True,
470
header_style="bold white",
0 commit comments