-
Notifications
You must be signed in to change notification settings - Fork 12
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
Payment support for confidential addresses #86
Payment support for confidential addresses #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add confidential examples as documentation in examples_test.go? So we can have it here https://pkg.go.dev/github.com/vulpemventures/go-elements@v0.0.1/payment?tab=doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but, please, fix the comments
Before there was no option to create p2pkh and p2sh confidential addresses using payment package.
After the methods ConfidentialPubKeyHash/ConfidentialScriptHash are added, it is possible to convert create confidential p2pkh and p2sh addresses.
It closes #83 .
It closes #85.
Please @altafan can you review this?