Description: getGameStatus
always checks for block.timestamp < startTime, but since startTime can only be set to block.timestamp, it will never be less than that, making this check unnecessary
Impact: Extra gas will be consumed checking this case that will never be true
Recommended Mitigation: Remove the first if check in the getGameStatus
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.