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

3.0.6.1 validateaddress fix #234

Merged
merged 2 commits into from
Jul 4, 2018
Merged

3.0.6.1 validateaddress fix #234

merged 2 commits into from
Jul 4, 2018

Conversation

sidhujag
Copy link
Member

@sidhujag sidhujag commented Jul 4, 2018

validateaddress should return the address scheme passed into validateaddress through "address" and not converting to Syscoin v3 address scheme. "saddress" is added to always give the S based address scheme.

validateaddress should return the address scheme passed into validateaddress through "address" and not converting to Syscoin v3 address scheme. "saddress" is added to always give the S based address scheme.
@willyko
Copy link
Member

willyko commented Jul 4, 2018

i thought you want to call it v3address instead of saddress

@willyko willyko self-requested a review July 4, 2018 18:47
Copy link
Member

@willyko willyko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested ACK

@willyko
Copy link
Member

willyko commented Jul 4, 2018

We should add that
< 3.0.6.1
validateaddress returns the following
address: S-address
btcaddress: 1-address

3.0.6.1 and up
validateaddress returns the following
address: input address
btcaddress: 1-address
saddress: S-address <- NEW

@sidhujag sidhujag merged commit fa6bfe9 into master Jul 4, 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.

None yet

3 participants