Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chaincfg: Add extended key accessor funcs. #1694

Merged
merged 1 commit into from
Mar 20, 2019

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Mar 20, 2019

This defines two new functions named XPrivKeyID and XPubKeyID on the Params struct which return the hierarchical deterministic extended private and public key magic version bytes, respectively.

This will allow the parameters to be used directly as input to an interface in the future.

@davecgh davecgh added this to the 1.5.0 milestone Mar 20, 2019
This defines two new functions named XPrivKeyID and XPubKeyID on the
Params struct which return the hierarchical deterministic extended
private and public key magic version bytes, respectively.

This will allow the parameters to be used directly as input to an
interface in the future.
@davecgh davecgh force-pushed the chaincfg_extkey_interface_funcs branch from cf34954 to ef2be86 Compare March 20, 2019 16:01
@davecgh davecgh merged commit ef2be86 into decred:master Mar 20, 2019
@davecgh davecgh deleted the chaincfg_extkey_interface_funcs branch March 20, 2019 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants