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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
If an address is used as part of the signature like so( invoice.buyer is an address):
It won't recover the correct address on the contract side(using trufflib):
To fix it you need to slice the 0x part of the address like so:
Is it the normal behavior or should b-privacy detect that the param is an address and strip the "0x" part?
The text was updated successfully, but these errors were encountered: