Skip to content

Commit 1001557

Browse files
committed
Liquidity not measured in tao.
1 parent f37ecae commit 1001557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/src/commands/liquidity/liquidity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ async def show_liquidity_list(
481481
alpha, tao = lp.to_token_amounts(current_price)
482482
liquidity_table.add_row(
483483
str(lp.id),
484-
str(lp.liquidity),
484+
str(lp.liquidity.tao),
485485
str(alpha),
486486
str(tao),
487487
str(lp.price_low),

0 commit comments

Comments
 (0)