Omniscia vfat Audit
LendingStructs Code Style Findings
LendingStructs Code Style Findings
LSS-01C: Generic Typographic Mistakes
Type | Severity | Location |
---|---|---|
Code Style | ![]() | LendingStructs.sol:L7, L8, L9, L10, L11 |
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:
contracts/strategies/lending/LendingStructs.sol
7bytes4 constant Deposit = bytes4(keccak256("LendingStrategyDepositFee"));
Recommendation:
We advise them to be corrected enhancing the legibility of the codebase.
Alleviation (6ab7af3bb495b817ffec469255ea679b1813eecb):
The vfat team evaluated this exhibit but opted to acknowledge it in the current iteration of the codebase.