In RaacMinter
contract, when updating the StabilityPool
via setStabilityPool()
to a new address. We do NOT account for raac rewards to be minted to the stabilityPool
via tick()
Raac rewards are sent to the stability pool via tick()
function, this function is called from the stabilityPool
contract whenever people deposit or withdraw from the stability pool.
If the owner were to update the stabilityPool
without calling tick()
then the old stability pool would lose on raac rewards
as all the rewards would be SENT to the new Stability Pool.
setStabilityPool()
StabilityPool would lose RAAC Rewards
Manual
Consider adding this call before updating the pool via function setStabilityPool
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.