From 9198997485c431be45887b8ea3ceb0ba46695e83 Mon Sep 17 00:00:00 2001 From: Doug Sillars Date: Mon, 7 Apr 2025 16:03:09 -0400 Subject: [PATCH] spelling fix --- bittensor_cli/src/commands/stake/remove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bittensor_cli/src/commands/stake/remove.py b/bittensor_cli/src/commands/stake/remove.py index 898af9cf8..d1169a28f 100644 --- a/bittensor_cli/src/commands/stake/remove.py +++ b/bittensor_cli/src/commands/stake/remove.py @@ -434,7 +434,7 @@ async def unstake_all( style=COLOR_PALETTE["STAKE"]["STAKE_AMOUNT"], ) table.add_column( - f"Recieved ({Balance.unit})", + f"Received ({Balance.unit})", justify="center", style=COLOR_PALETTE["POOLS"]["TAO_EQUIV"], )