Omniscia Tren Finance Audit
Timelock Code Style Findings
Timelock Code Style Findings
TKC-01C: Generic Typographic Mistake
Type | Severity | Location |
---|---|---|
Code Style | Timelock.sol:L72 |
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/Timelock.sol
72modifier OnlyAdmin() {
Recommendation:
We advise this to be done so to enhance the legibility of the codebase.
Alleviation (f6f1ad0b8f24a96ade345db1dd05a1878eb0f761):
The typographic mistake has been corrected by setting the first letter of the modifier
to lowercase.