paulmillr / scure-bip32

Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets.
https://paulmillr.com/noble/#scure
MIT License
60 stars 9 forks source link

Fix `HDKeyOpt` type #14

Closed arobsn closed 9 months ago

arobsn commented 11 months ago

The implementations expects HDKeyOpt's versions and chainCode to be possibly undefined, but the type don't. This PR fix this.