Comparison to boolean constants can be avoided and variable can be used directly in the conditional statement (saves some gas).
GitHub : 208-266
Unnecessary use of gas by comparing to bool value.
Manual Review
Consider using if(directValue)
instead of if(directValue == true)
and if(!directValue)
instead of if(directValue == false)
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.