mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
Post-coreth networks (test+dev primary that bake only P + EVM genesis chains) run in P-only mode where the X alias is not registered. The wallet's FetchState now degrades the X-Chain context to a sentinel ids.Empty BlockchainID instead of erroring, and skips the X-chain entry from the chain-pair UTXO scan when X is unavailable. Required to drive IssueCreateChainTx via the canonical primary wallet against the fresh test+dev primaries (closes universe #168).