If any one contract depending on this function does something exactly the time it's suppose to finish it will revert because it's using >
instead of >=
The owner trying to call distributeByOwner
wont be able to distribute at the exact moment it ends. it might not be a big thing but if other contracts are schedule to do something at the time the contest finishes they will all revert since they have to wait 1 second because it's > instead of >=.
Manual
Change from >
to >=
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.