In LiquidationBranch::checkLiquidatableAccounts
there is a potential issue with the loop condition checking if i
is greater than or equal to the length of active accounts. The condition should check if i
is equal to the length to ensure all active accounts are processed correctly.
This issue can cause the function to miss processing the last active account, potentially leaving some accounts unchecked for liquidation, impacting the system's accuracy.
Manual
Adjust Loop Condition: Change the condition to ensure the loop processes all active accounts:
to:
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.