Remove redundant checks in the code and save gas
In Staking.sol line no.67 : if (_diff > 0) it is a redundant check.As the condition above that check _balance > balance already checks that the _diff > 0. So remove the redundant code and optimize gas.
Gas / Informational
Remove the if codition _diff > 0 and save gas
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.