Omniscia Kwenta Audit
RewardEscrowV2 Code Style Findings
RewardEscrowV2 Code Style Findings
REV-01C: Generic Typographic Mistake
Type | Severity | Location |
---|---|---|
Code Style | RewardEscrowV2.sol:L542 |
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:
contracts/RewardEscrowV2.sol
542uint64 endTime,
Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation:
The linked variable has been properly prefixed with an underscore, optimizing the legibility of the codebase.