The buyOutEstateNFT
loop returns immediately upon finding the caller, skipping payments to other beneficiaries.
The loop uses return
inside the conditional, terminating execution after transferring to the first non-caller beneficiary.
Most beneficiaries do not receive their share, violating equitable distribution.
Manual review.
Remove the return
statement and use continue
to skip the caller:
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.