LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Fix arguments in example #42

Closed Czino closed 1 year ago

Czino commented 1 year ago

I found that the arguments are flipped in the examples.

What I could not find is a convenient method to get the fingerprint from the Descriptor, so I left it undefined for now:

await new Descriptor().newBip44Public(externalPublicDescriptorStr, undefined, KeyChainKind.External, Network.Testnet);