Contribute() doesn't update the amount contributed
Whenever a contributor contributes an amount to a fund, their contribution doesn't get tracked by the FundContribute
because the contribution.amount
remains 0 after initialization.
Contributors are unable to refund their contributions in the event of a fund not meeting its goal.
N/A
Add contribution.amount += amount;
to the end of the contribute() function.
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.