Typographical errors in variable names can create an impression of insufficient attention to detail during the development process. In the StrategyOp.sol
, StrategyArb.sol
, and StrategyMainnet.sol
contracts, the same function contains a misspelled variable name:
The variable totalAvailabe
is misspelled and should be corrected for improved clarity and professionalism.
Misspelled variable names may reduce code readability and lead to misunderstandings, especially for external auditors and contributors. Additionally, such errors may give the impression of carelessness in the development process.
Manual review.
Rename the variable totalAvailabe
to totalAvailable
to improve clarity and maintain consistency in variable naming conventions across the codebase.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.