OperatorResolver: importOperators() function redeclares local variable multiple times #119
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
importOperators()
declares thename
anddestination
variables multiple times. 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: