In closePot function of Pot.sol
in uint256 claimantCut = (remainingRewards - managerCut) / i_players.length;
Need replace the i_players.length as claimants.length
The count of claimans will be less than i_players.
This may lead to unexpected distribution where get more small share than expected amount.
So need to be fixed as following.
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.