# ColdkeySwapTooEarly (/docs/errors/chain/ColdkeySwapTooEarly)

`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`](/docs/errors/too-early).

Declared at [`pallets/subtensor/src/macros/errors.rs#L157`](/code/pallets/subtensor/src/macros/errors.rs#L157).

## Remediation [#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`.
