The variable totalAvailabe
is misspelled in _freeFunds
function (should be totalAvailable
). While this doesn't impact functionality as variable names don't affect bytecode, it reduces code quality and could lead to confusion during maintenance.
The typo occurs in the variable declaration: uint256 totalAvailabe
where "available" is missing an 'l'.
Low/Informational impact:
Code readability is slightly reduced
Search/replace operations during maintenance could miss this variable
Future developers might accidentally use correct spelling, creating two variables
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.