bip39
bip39 copied to clipboard
Defcoin wallet 1.0.0 WIF prefix changed from Q to T
Could you add Defcoin 1.0.0 with a T prefix and update the code accordingly? The WIF Q prefix is still useful for the older 0.22 wallets but to convert bip39 from Coinomi, etc it would be helpful to have the current format.
This line: https://github.com/iancoleman/bip39/blob/master/src/js/bitcoinjs-extensions.js#L658
Should change from wif: 0x9e,
to wif: 0xb0,