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
The solidity code expects y signatures and fails if a signature is invalid but skips verification if the v part of a signature is set to 0 so passing a default ( empty) struct signature for missing or invalid signer signatures should work.
The text was updated successfully, but these errors were encountered:
robvanmieghem
changed the title
tokenv1: x out of y signers with valid cosigners>=x <y online does not work
x out of y signers with valid cosigners>=x <y online does not work
May 8, 2023
The solidity code expects y signatures and fails if a signature is invalid but skips verification if the
v
part of a signature is set to 0 so passing a default ( empty) struct signature for missing or invalid signer signatures should work.The text was updated successfully, but these errors were encountered: