You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will fail in case that the address given is checksummed, if we send it everything as lowercased it works though.
The SDK should accept checksummed and not checksummed addresses and return the same response
Description
It will fail in case that the address given is
checksummed
, if we send it everything as lowercased it works though.The SDK should accept checksummed and not checksummed addresses and return the same response
Example:
Not works, this is the return:
But this one works:
returns:
The text was updated successfully, but these errors were encountered: