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

parseAddr does not parse address correctly #8

Closed
polybioz opened this issue Mar 16, 2017 · 2 comments
Closed

parseAddr does not parse address correctly #8

polybioz opened this issue Mar 16, 2017 · 2 comments

Comments

@polybioz
Copy link
Contributor

Two cases of input string and invalid result address:

0x00330479D8DEE9F4f75bdB998B4ea3f0bf5e6357
0x0033047D4c895d64f75C1299C24ea3F0BF5E6357
0x8916a228C5C2b998Dec4Eed6ef19D1A1eD95F5D2
0x8916a22c3932b99C4EC85Ed6Ef1d451224996942

You can try calling convert method on this contract
https://kovan.etherscan.io/address/0x8916a228C5C2b998Dec4Eed6ef19D1A1eD95F5D2

@polybioz
Copy link
Contributor Author

it is caused by uppercase characters, all lowercase address is parsed correctly

@bertani
Copy link
Contributor

bertani commented Mar 17, 2017

It was a known bug, thanks for submitting the PR, merging now!

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

No branches or pull requests

2 participants