BitcoinCore.Swift icon indicating copy to clipboard operation
BitcoinCore.Swift copied to clipboard

BIP32 is not supported, while documentation states different

Open ArtemZinkov opened this issue 10 months ago • 0 comments

Documentation states:

Restoring with [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) extended public key. (This becomes a Watch account unable to spend funds)

While in code - creating HDExtendedKey from bip32 extended key - throws error

ArtemZinkov avatar Aug 24 '23 13:08 ArtemZinkov