From 34ea4d1028817e987513eb78ac6ba6e76348b2be Mon Sep 17 00:00:00 2001 From: ibraheem-latent Date: Mon, 17 Nov 2025 10:55:28 -0800 Subject: [PATCH] decode acc id --- bittensor_cli/src/commands/wallets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bittensor_cli/src/commands/wallets.py b/bittensor_cli/src/commands/wallets.py index 4b42b40dd..a0cb24ceb 100644 --- a/bittensor_cli/src/commands/wallets.py +++ b/bittensor_cli/src/commands/wallets.py @@ -2264,6 +2264,7 @@ async def check_swap_status( chain_reported_completion_block, destination_address = await subtensor.query( "SubtensorModule", "ColdkeySwapScheduled", [origin_ss58] ) + destination_address = decode_account_id(destination_address[0]) if chain_reported_completion_block != 0 and destination_address != GENESIS_ADDRESS: is_pending = True else: