The _harvestAndReport()
function in the StrategyMainnet.sol
contract does not include the call to transmuter.claim(claimable, address(this))
, which is intended to claim rewards.
Without calling transmuter.claim()
, rewards that are due are not harvested, potentially resulting in missed yields. This could negatively affect the strategy's overall performance by not claiming and redeploying rewards.
This omission prevents the strategy from properly harvesting rewards, impacting the strategy's ability to maximize yield and potentially leading to lower returns.
Manual code review.
Add the transmuter.claim(claimable, address(this))
call within _harvestAndReport()
to ensure rewards are properly claimed and redeployed.
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.