btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
479 stars 409 forks source link

ExtendedKey need to add ChildNum method #111

Closed w20089527 closed 4 years ago

w20089527 commented 6 years ago

childNum is not exported. And there is no exported method to retrieve it.

onyb commented 4 years ago

@w20089527 Fixed in #171. You can now access childNum with the ChildIndex method:

https://github.com/btcsuite/btcutil/blob/6065135ba824dc2b89d4da75699dcb2885bc3e2a/hdkeychain/extendedkey.go#L338-L341

jcvernaleo commented 4 years ago

fixed.