Closed raychu86 closed 5 years ago
Bip49 keys are not generated properly: Prefix is xprv and xpub instead of yprv and ypub. Address format is p2pkh instead of p2sh_p2wpkh.
Hard coded to P2PKH: https://github.com/ArgusHQ/wagyu/blob/94b1b47847e0a82ca7b76e4d3d1de096bdaf79c8/bitcoin/src/mnemonic.rs#L39-L42
Incorrect path for bip49: https://github.com/ArgusHQ/wagyu/blob/94b1b47847e0a82ca7b76e4d3d1de096bdaf79c8/wagyu/cli/bitcoin.rs#L513
Bip49 keys are not generated properly: Prefix is xprv and xpub instead of yprv and ypub. Address format is p2pkh instead of p2sh_p2wpkh.