Omniscia Evergon Labs Audit
RateBasedLockRewardDistributionFacet Code Style Findings
RateBasedLockRewardDistributionFacet Code Style Findings
RBL-01C: Generic Typographic Mistake
| Type | Severity | Location |
|---|---|---|
| Code Style | ![]() | RateBasedLockRewardDistributionFacet.sol:L126 |
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:
packages/contracts/contracts/rewardsDistribution/rateBasedRewardDistribution/rateBasedLockRewardDistribution/RateBasedLockRewardDistributionFacet.sol
126uint256 instakeStakeRewardPackets = RateBasedRewardLockDistributionFacetStorage.layout().applyStake(Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation (b64b659786cf3c84bea52feb3a69f546ba3601f0):
The referenced typographic error has been corrected addressing this exhibit.
