Closed icodeface closed 7 months ago
Hi, i found the BIP44_COIN_TYPE in https://github.com/FACT0RN/FactWallet/blob/master/electrum/constants.py#L102 is not changed to 42069 according to https://github.com/satoshilabs/slips/blob/master/slip-0044.md
42069
The BIP44_COIN_TYPE creates a separate subtree for every cryptocoin, avoiding reusing addresses across cryptocoins and improving privacy issues.
Thank you. We will address this.
opened pull req
Hi, i found the BIP44_COIN_TYPE in https://github.com/FACT0RN/FactWallet/blob/master/electrum/constants.py#L102 is not changed to
42069
according to https://github.com/satoshilabs/slips/blob/master/slip-0044.mdThe BIP44_COIN_TYPE creates a separate subtree for every cryptocoin, avoiding reusing addresses across cryptocoins and improving privacy issues.