From 91e038460e0915edba99b4edc33f27f0bf90a046 Mon Sep 17 00:00:00 2001 From: BD Himes Date: Tue, 3 Feb 2026 13:57:22 +0200 Subject: [PATCH] Error message handled properly --- bittensor_cli/src/commands/stake/remove.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bittensor_cli/src/commands/stake/remove.py b/bittensor_cli/src/commands/stake/remove.py index d1490e9fd..608f627c3 100644 --- a/bittensor_cli/src/commands/stake/remove.py +++ b/bittensor_cli/src/commands/stake/remove.py @@ -806,9 +806,7 @@ async def _safe_unstake_extrinsic( status=status, ) else: - err_out( - f"\n{failure_prelude} with error: {format_error_message(await response.error_message)}" - ) + err_out(f"\n{failure_prelude} with error: {err_msg}") return False, None