-
-
Notifications
You must be signed in to change notification settings - Fork 650
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
Valid wallet address not recognized #2339
Comments
I think this is probably an issue with the |
EIP 55 is the one that describes how the backwards-compatible checksums work: I assume we are using the ethereumjs-utils implementation? I think the issue may be that simply making the last letter lowercase doesn't necessarily void the checksum detection. The check verifies that both:
In this case it doesn't fulfill both requirements so returns false. |
After looking into this: This definitely has to do with The options are now:
|
Was seeing this pretty frequently with MyCrypto for Win 1.5.3. Haven't seen it in 1.5.6 yet, but also haven't been using it for more than a few days. |
@ButteryGuitars Where were you getting the addresses from? e.g. an exchange, block explorer, etc? |
Behavior doesn't appear to be tied to specific source of address. Exchanges, other ETH wallets under my control. Deleting the 0 at the beginning of the address and re-adding always fixes. |
Thank you for opening this issue. Since this issue applies to an older, no longer supported version of MyCrypto, I'm closing this to keep a better overview of issues that are currently applicable. If you believe this was in error, or if this issue still applies, please don't hesitate to comment or reach out to us directly. Thanks for helping us and letting us know of any issues you might run into! |
Visit https://mycrypto.com/account
Click on "View Address". Paste in:
0x7BdDB2deD86B8e635a179F997BB964285CaD129A
The address is not recognized as valid.
0x7BdDB2deD86B8e635a179F997BB964285CaD129a
(Ending with a lower case "a").
The address is recognized as valid.
The text was updated successfully, but these errors were encountered: