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: