Method isEligibleForReward()
check if the player is eligible for rewards. But it checks playersPredictions[player].predictionsCount > 1. So players with 1 prediction will be ineligible for rewards even though they should be.
The isEligibleForReward()
will return false even if the users gave 1 prediction.
The players will not get the rewards even if they are eligible for rewards if they only did 1 prediction.
VS Code
The prediction count check should be playersPredictions[player].predictionsCount >= 1;
Players with only one prediction cannot withdraw.
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.