Omniscia Euler Finance Audit
EventsLib Code Style Findings
EventsLib Code Style Findings
ELI-01C: Generic Typographic Mistake
Type | Severity | Location |
---|---|---|
Code Style | ![]() | EventsLib.sol:L41 |
Description:
The referenced line contains a typographical mistake (i.e. private
variable without an underscore prefix) or generic documentational error (i.e. copy-paste) that should be corrected.
Example:
src/lib/EventsLib.sol
41/// @dev Rebalance.sol events
Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation:
The Rebalance
event declaration was relocated under the now-named EulerEarnVault
category, addressing this exhibit.