NestedRecords: Unnecessary variable in the Holding struct #121
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
It is unnecessary to store the
token
variable in theHolding
struct because the token is used as the key to access theHolding
struct.Recommended Mitigation Steps
Remove the
token
variable in theHolding
struct.The text was updated successfully, but these errors were encountered: