MixinOperatorResolver: variables are declared multiple times in rebuildCache() #122
Labels
bug
Something isn't working
G (Gas Optimization)
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
GreyArt
Vulnerability details
Impact
The
name
anddestination
local variables in therebuildCache
function are declared multiple times within the loop. It'll be cheaper to declare them once outside the loop and reuse the variables inside.Recommended Mitigation Steps
The text was updated successfully, but these errors were encountered: