• Maurelian's avatar
    fix(ctb): getNSigners is limited to the threshold · 7636b5e4
    Maurelian authored
    This change fixes a bug in getNSigners which incorrectly assumed that the length of the signature data
    could be used to directly determine the number of signatures provided. This is wrong because contract signatures
    append additional data used for the EIP1271 signature validation.
    7636b5e4
GetSigners.sol 2.48 KB