Omniscia KlimaDAO Audit
ExercisepKLIMA Code Style Findings
ExercisepKLIMA Code Style Findings
EKL-01C: Inexistent Error Messages
Type | Severity | Location |
---|---|---|
Code Style | Informational | ExercisepKLIMA.sol:L634, L636, L638, L640, L642, L679, L712 |
Description:
The linked require
checks have no error messages explicitly defined.
Example:
contracts/pKLIMA/regular/ExercisepKLIMA.sol
634require( _pKLIMA != address(0) );
Recommendation:
We advise them to be set so to aid in the validation of the require
's condition as well as the legibility of the codebase.
Alleviation:
The KlimaDAO team considered this exhibit but opted to retain the codebase in its current state.