Omniscia SaucerSwap Audit
NoDelegateCall Code Style Findings
NoDelegateCall Code Style Findings
NDC-01C: Inexistent Error Message
Type | Severity | Location |
---|---|---|
Code Style | NoDelegateCall.sol:L19 |
Description:
The linked require
check has no error message explicitly defined.
Example:
contracts/NoDelegateCall.sol
19require(address(this) == original);
Recommendation:
We advise one to be set so to increase the legibility of the codebase and aid in validating the require
check's condition.
Alleviation (3248d1d2fdfa6e1e270ff27db8eefb13dcb55c40):
The SaucerSwap team evaluated this exhibit and opted to acknowledge it.