NestedRecords: createRecord() can have modifier check removed #126
Labels
bug
Something isn't working
duplicate
This issue or pull request already exists
G (Gas Optimization)
Handle
GreyArt
Vulnerability details
Impact
createRecord()
is only invoked bystore()
. TheonlyFactory
check already exists instore()
, so this modifier is redundant increateRecord()
.Recommended Mitigation Steps
Remove the
onlyFactory
modifier.The text was updated successfully, but these errors were encountered: