Description:
The modifier MultiSigWallet::onlyOwners
is supposed to check msg.sender
is either owner1
or owner2
. Since it can't be owner1
and owner2
at the same time, this leads to failure of its intended functionality and users can't access functions which use this modifier.
Impact:
Users won't be able to submit , approve or execute transaction through their multisig wallet.
Recommended Mitigation:
Easy and effective change,
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.