btcsuite / btcutil

Provides bitcoin-specific convenience functions and types
477 stars 410 forks source link

Export NewExtendedKey #101

Closed cpacia closed 7 years ago

cpacia commented 7 years ago

Allow users to create custom ExtendedKeys by exporting the newExtendedKey function. The comment is updated to reflect that this function is only intended to be used by custom applications.

Addresses #99