This if statement checks if _balance > balance
. If this turns true then the code defines a new variable uint256 _diff = _balance – balance
. Given that all the numbers are positive integers the difference between _balance and balance while _balance > balance can only yield a positive result, making the following line of code (if (_diff > 0) {)
redundant.
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.