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
Someone can easily spend too much time trying to figure out why the signing verification is failing. The recovered address can be a different case than the 'from' address. Easy solution is to "toLowerCase()" the assignment to the 'from' variable.
The text was updated successfully, but these errors were encountered:
Someone can easily spend too much time trying to figure out why the signing verification is failing. The recovered address can be a different case than the 'from' address. Easy solution is to "toLowerCase()" the assignment to the 'from' variable.
The text was updated successfully, but these errors were encountered: