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

[grpc] return pk instead of pkh in validateAddress #1255

Merged
merged 1 commit into from Aug 16, 2018

Conversation

matheusd
Copy link
Member

Fix #1254

The grpc endpoint ValidateAddress was previously returning the original public key hash address of the requested address instead of the correct public key address. This fixes the problem and bumps the patch level of the api.

@jrick jrick merged commit 6636fb2 into decred:master Aug 16, 2018
@jrick
Copy link
Member

jrick commented Aug 16, 2018

Do you need this backported to the release-v1.3 branch?

@matheusd matheusd deleted the fix-grpc-pk-response branch August 17, 2018 11:32
@matheusd
Copy link
Member Author

Not personally. I came up to this while working on the trezor integration, so this won't be needed before the next release.

githubsands pushed a commit to githubsands/dcrwallet that referenced this pull request Aug 19, 2018
githubsands pushed a commit to githubsands/dcrwallet that referenced this pull request Aug 19, 2018
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.

gRPC ValidateAddress returning pkh address instead of pk address
2 participants