Open gaavar opened 9 months ago
@mathdroid could I please get a review on this?
this is a good change, otherwise the contract that extends off this will have to instantiate it again if they want to override methods that use it like _withdrawAndStoreERC721
Motivation
This pull request is for addressing this issue.
The change makes it easier for developers to build features by accessing variable
_storedERC721Ids
as part of an inherited contract.Change Summary
The change in this PR switches
_storedERC721Ids
access modifier fromprivate
tointernal
.