The MultiSig.sol::onlyOwners()
modifier checks the msg.sender
, however, it checks whether the msg.sender
is equal to owner1
AND equal to owner2
or not. This will cause the modifier to revert every time a function is called since an address cannot be equal to two different addresses at the same time.
This would be a critical vulnerability since the MultiSig.sol
contract would be rendered useless as not a single function call would execute successfully.
The wallet would not be able to execute any transactions at all, the wallet would be unable to use.
Manual Review
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.