mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 18:47:31 +00:00
The asset-id var was already unified to UTXOAssetID; this finishes the job by renaming resolveXAssetID -> resolveUTXOAssetID and XAssetIDFromGenesisBytes -> UTXOAssetIDFromGenesisBytes (+ their tests). X-Chain references (XChainID, XChainGenesis) are unchanged. UTXOAssetID is the canonical name. Co-authored-by: Hanzo Dev <dev@hanzo.ai>