iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.57k stars 1.45k forks source link

Need to test private addreses #264

Open skironDotNet opened 6 years ago

skironDotNet commented 6 years ago

It's easy to create compatible public address, but it's harder to obtain a correct WIF prefix for private key. Tests should cover checking not only for public key from first address line but also check for WIF private key

iancoleman commented 6 years ago

Good point thanks for raising it. I'll look into adding these tests to the suite for each coin.