Avoiding excess check through require
in the function refund(...)
for Gas Optimization.
There is no need to check if the playerAddress != address(0)
as in the line before it is already checking if the playerAddress == msg.sender
.
Increased Gas Cost
Manual Review
Will recommend to avoid that check.
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.