Skip to content

Commit 5cce337

Browse files
committed
Updated title.
1 parent 7c5d9e1 commit 5cce337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bittensor_cli/src/commands/liquidity/liquidity.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,8 @@ async def show_liquidity_list(
463463
Column("Price high", justify="center"),
464464
Column("Fee TAO", justify="center"),
465465
Column("Fee Alpha", justify="center"),
466-
title=f"\n[{COLORS.G.HEADER}]{'Liquidity Positions of '}{wallet.name} wallet in SN #{netuid}\n",
466+
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.",
467468
show_footer=False,
468469
show_edge=True,
469470
header_style="bold white",

0 commit comments

Comments
 (0)