-
Is there a reason the |
Beta Was this translation helpful? Give feedback.
Answered by
ricmoo
Aug 11, 2022
Replies: 2 comments 4 replies
-
That method is an internal function used by the other methods. Just use the |
Beta Was this translation helpful? Give feedback.
2 replies
-
I find it peculiar doesnt return a checksum
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That means the checksum is incorrect. This is usually an indication you have a bad address, but if you want to force calculating the address, you can use
getAddress(addr.toLowerCase())
.