Assigned operations to constant variables #293
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
G (Gas Optimization)
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
pauliax
Vulnerability details
Impact
Assigned operations to constant variables are re-evaluated every time:
See ethereum/solidity#9232
Recommended Mitigation Steps
Change from 'constant' to 'immutable'.
The text was updated successfully, but these errors were encountered: