Skip to content

Commit 396c9f1

Browse files
committed
Fix unit incorrectness
1 parent 7d1589b commit 396c9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/src/commands/stake/remove.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ async def unstake_all(
463463
style=COLOR_PALETTE["POOLS"]["RATE"],
464464
)
465465
table.add_column(
466-
f"Fee ({Balance.unit})",
466+
f"Fee ({Balance.get_unit(1)})",
467467
justify="center",
468468
style=COLOR_PALETTE["STAKE"]["STAKE_AMOUNT"],
469469
)

0 commit comments

Comments
 (0)