Omniscia Astrolab DAO Audit
StrategyV5Abstract Code Style Findings
StrategyV5Abstract Code Style Findings
SVT-01C: Generic Typographic Mistakes
Type | Severity | Location |
---|---|---|
Code Style | ![]() | StrategyV5Abstract.sol:L38, L41, L44, L45, L46, L52 |
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/abstract/StrategyV5Abstract.sol
38address internal stratProxy; // Address of the strategy proxy
Recommendation:
We advise them to be corrected enhancing the legibility of the codebase.
Alleviation (59b75fbee1d8f3dee807c928f18be41c58b904e1):
The referenced variable as well as its associated concept have been removed from the codebase rendering this exhibit no longer applicable.