Fix Multisig quorum issue
immrsd opened this issue · comments
There is an issue in the Multisig component (reported by Zellic): if the remove_signers
function is called with a quorum
value that remains the same as the current quorum
, the check ensuring quorum
is less than or equal to the updated number of signers is bypassed. This can lead to the contract becoming permanently inaccessible.