Gas Optimization #42
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
Gas Report
Table of content
Gas Optimizations
State variables that could be set immutable
You can set the following state variables to immutable and save gas:
Unnecessary equals boolean
Boolean variables can be checked within conditionals directly without the use of equality operators to true/false.
The text was updated successfully, but these errors were encountered: