You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
I noticed in contracts/core/vault/APVault_V1.sol there is a for loop and it does a return rather than a continue:
if (baseTokenValue <= principleByAccountId[accountId].baseToken) {
return;
Is that as intended? Other accounts may still be harvestable?
The text was updated successfully, but these errors were encountered:
From auditor:
The text was updated successfully, but these errors were encountered: