Omniscia Avocado Fund Audit
AvocadoLending Code Style Findings
AvocadoLending Code Style Findings
ALG-01C: Unused Contract Variable
| Type | Severity | Location |
|---|---|---|
| Code Style | ![]() | AvocadoLending.sol:L52 |
Description:
The referenced contract variable remains unused.
Example:
contracts/src/AvocadoLending.sol
52uint256 public totalDeployed;Recommendation:
We advise it to be omitted, optimizing the code's structure.
Alleviation (ca4268ecd382358c337d05fbb6e507c8789165ab):
The variable has been omitted safely, optimizing the code's structure.
