For uint > 0
can be replaced with != 0
for gas optimization
#194
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
G (Gas Optimization)
Handle
0x0x0x
Vulnerability details
Impact
!= 0
is a cheaper operation compared to> 0
, when dealing withuint
.Occurrences
The text was updated successfully, but these errors were encountered: