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
When I use metamask to try and generate a permit. I'm getting "Failed to verify signatures for the given permit" when trying to use the permit.
I think it might have to do with pretty printing the json before converting to hex:
When I use metamask to try and generate a permit. I'm getting "Failed to verify signatures for the given permit" when trying to use the permit.
I think it might have to do with pretty printing the json before converting to hex:
secret.js/src/wallet_metamask.ts
Line 113 in 898529e
Which would make the computed hashes different when the signature is generated, I would think.
The text was updated successfully, but these errors were encountered: