When we close one pot, the remaining rewards will be distributed to all claimants. The claimantCut
calculation is incorrect. This will cause some funds may be locked in pot.
When we close one pot, we will check whether they are some remaining rewards. The remaining rewards will be distributed to the claimants.
The claimantCut
calculation is incorrect. The actual claimant count should be claimants.length
, not i_players.length
.
Some funds may be locked in pot.
Manual
In the claimantCut
calculation, we should divide claimants.length
instead of i_players.length
.
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.