code-423n4 / 2021-06-gro-findings

0 stars 1 forks source link

typo in revert message #73

Closed code423n4 closed 3 years ago

code423n4 commented 3 years ago

Handle

pauliax

Vulnerability details

Impact

Typo in err msg, should be !withdrawHandler: require(msg.sender == withdrawHandler || msg.sender == insurance, "depositStable: !depositHandler");

Recommended Mitigation Steps

require(msg.sender == withdrawHandler || msg.sender == insurance, "depositStable: !withdrawHandler");

flabble-gro commented 3 years ago

Duplicate of #58

ghoul-sol commented 3 years ago

Duplicate of #58