Omniscia Euler Finance Audit
ErrorsLib Code Style Findings
ErrorsLib Code Style Findings
ELB-01C: Generic Typographic Mistakes
Type | Severity | Location |
---|---|---|
Code Style | ![]() | ErrorsLib.sol:L32, L34 |
Description:
The referenced lines contain typographical mistakes (i.e. private
variable without an underscore prefix) or generic documentational errors (i.e. copy-paste) that should be corrected.
Example:
src/lib/ErrorsLib.sol
32/// @dev Attempted to withdraw more assets than the max amount for `receiver`.
Recommendation:
We advise them to be corrected enhancing the legibility of the codebase.
Alleviation:
The documentation of the error
declarations has been corrected based on our discussions with the Euler Finance team.