Errors/Chain errors
ColdkeySwapAnnouncementNotFound
Announce first with `btcli wallet announce-coldkey-swap`, then execute with `btcli wallet swap-coldkey` after the delay
swap_coldkey_announced, dispute_coldkey_swap, or clear_coldkey_swap_announcement was called for a coldkey with no pending announcement. Announce first with btcli wallet announce-coldkey-swap (btcli wallet swap-check shows status).
Declared by the SubtensorModule pallet; it classifies to the semantic code not_found.
Declared at pallets/subtensor/src/macros/errors.rs#L155.
Remediation
Announce first with btcli wallet announce-coldkey-swap, then execute with btcli wallet swap-coldkey after the delay
The same explanation is available in the terminal: btcli explain ColdkeySwapAnnouncementNotFound.