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 know halo wasn't in scope but I saw that, so just pointing it out. The contracts/halo/collector/Collector.sol sweep() function is not done apparently:
uint256 amountOut = 0; // TO DO: Need to properly wire up for swaps
uint256 distributeAmount = (amountOut * state.config.rewardFactor) / 100;
That will remain 0 and always revert
The text was updated successfully, but these errors were encountered:
From auditor:
The text was updated successfully, but these errors were encountered: