Solidity-Gas-Optimization-Tips
Solidity-Gas-Optimization-Tips copied to clipboard
fix minor errors
- minor error for section 4 and 16
- for section 23, the snippet is confusing if
lengthis defined but not used, so I assume that it should be used. and I've tried in remix, function that usedcalldatawithlengthcosts the least gas.