The setEmission
function's comparison against periodState.emission
prevents increasing emission rates even when below _maxEmission
, potentially trapping the system at low emission levels.
Current implementation enforces:
Only allows emission decreases
Low initial emission becomes permanent ceiling
Blocks valid increases within _maxEmission
bounds
Unable to increase low emission values
System flexibility compromised
Reward distribution potentially suboptimal
Manual code review
Replace current check with _maxEmission
comparison for appropriate emission control.
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.