mirror of
https://github.com/luxfi/utxo.git
synced 2026-07-27 03:39:23 +00:00
37dde5f62fbf391a1717bd6efa8950caf023266a
The ParseAddress method tried ids.FromString on chain aliases like 'X' which fails for short aliases. Now uses Runtime.BCLookup.Lookup() first to resolve aliases to blockchain IDs, falling back to raw ID parsing for full CB58 chain IDs.
Languages
Go
100%