Errors/Chain errors

ColdkeySwapTooEarly

The announcement delay has not elapsed yet; check remaining blocks with `btcli wallet swap-check` and retry `btcli wallet swap-coldkey` later

View as Markdown

swap_coldkey_announced (btcli wallet swap-coldkey) was executed before the announcement delay had elapsed since announce_coldkey_swap. Check remaining blocks with btcli wallet swap-check and wait until then.

Declared by the SubtensorModule pallet; it classifies to the semantic code too_early.

Declared at pallets/subtensor/src/macros/errors.rs#L157.

Remediation

The announcement delay has not elapsed yet; check remaining blocks with btcli wallet swap-check and retry btcli wallet swap-coldkey later

The same explanation is available in the terminal: btcli explain ColdkeySwapTooEarly.