iancoleman / bip39

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

Fixed PPC scriptHash #300

Closed robiiinos closed 5 years ago

robiiinos commented 5 years ago

Hello, in order to set scriptHash for PPC correctly, I took the information from the Ledger integration they made.

0x00 -> 0x75

iancoleman commented 5 years ago

Thanks for this. Does the test need to be updated also?

https://github.com/iancoleman/bip39/blob/master/tests/spec/tests.js#L531-L537

robiiinos commented 5 years ago

Hello, I forgot to mention that; I did run the test and they're still all passing (PPC included) !