Contract - BoostController.sol
Code snippet
The purpose of poolBoost.workingSupply
is to track total boosts of all users in action, it's not designed for to track for
single user, in the current implementation the poolBoost working supply is being updated to newBoost
(boost of single user).
poolBoost.workingSupply
is supposed to take care of all user's boost.
In current implementation poolBoost.workingSupply
is being updated with newBoost
of a single user.
poolBoost.workingSupply
isn't behaving as it should behave.
The expected behaviour should be summation and substraction of newBoost
, on poolBoost.workingSupply
; like this -
Manual
Implement this way instead -
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.