distributeRewards() internally calls _calculateReward() which then calls _calculateRWAEmission()
and _calculateRAACEmission()
. These functions say:
These functions are however not marked as virtual
and hence child contracts won't be able to override and change these implementations, defeating the purpose of using GaugeController.sol
for reward distribution.
Mark the functions as virtual
.
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.