<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "BitcoinKernel",
  "identifier" : "/documentation/BitcoinKernel/BlockchainSync/Update/State-swift.enum/preparing",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "BitcoinKernel"
    ],
    "preciseIdentifier" : "s:13BitcoinKernel14BlockchainSyncV6UpdateV5StateO9preparingyA2GmF"
  },
  "title" : "BlockchainSync.Update.State.preparing"
}
-->

# BlockchainSync.Update.State.preparing

Initializing — resolving the remote tip, computing the fork
point if resuming from non-genesis. Always the first emitted
state; if it’s also the last, the source or fork-point
check failed before any blocks were fetched.

```
case preparing
```