We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059d8b4 commit 34ea4d1Copy full SHA for 34ea4d1
bittensor_cli/src/commands/wallets.py
@@ -2264,6 +2264,7 @@ async def check_swap_status(
2264
chain_reported_completion_block, destination_address = await subtensor.query(
2265
"SubtensorModule", "ColdkeySwapScheduled", [origin_ss58]
2266
)
2267
+ destination_address = decode_account_id(destination_address[0])
2268
if chain_reported_completion_block != 0 and destination_address != GENESIS_ADDRESS:
2269
is_pending = True
2270
else:
0 commit comments