uno-labs-solana-hackathon / core-server

Loyalty core server
Apache License 2.0
0 stars 0 forks source link

Unknown error if address starts with "1" #1

Open tell-1c opened 3 years ago

tell-1c commented 3 years ago

Unknown error if account address(Client ID) starts with symbol "1".

For example:

Perhaps this is due to an error in the algorithm for creating a key pair from seed (bip39).

tell-1c commented 3 years ago

SLIP16 derivation path https://github.com/project-serum/spl-token-wallet/blob/bd3e841aba02e998e035a3c714b1fe82acb3f602/src/utils/wallet-seed.js#L158