Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

Boolean constants can be used directly and do not need to be compare to true or false

Summary

Boolean constants can be used directly and do not need to be compare to true or false.

Impact

gas cost

Recommendations

make changes similar to below one in ChoosingRam.sol

...
...
- if (ramNFT.getCharacteristics(tokenIdOfChallenger).isJitaKrodhah == false)
+ if (!ramNFT.getCharacteristics(tokenIdOfChallenger).isJitaKrodhah)
...
...
...
Updates

Lead Judging Commences

bube Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Info/Gas/Invalid according to docs

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.