Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor enhancement: make _storedERC721Ids internal #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gaavar
Copy link

@gaavar gaavar commented Feb 22, 2024

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 from private to internal.

@gaavar gaavar changed the title Minor enhancement: make _storedERC721Ids internal minor enhancement: make _storedERC721Ids internal Feb 22, 2024
@gaavar
Copy link
Author

gaavar commented Feb 24, 2024

@mathdroid could I please get a review on this?

@p-dealwis
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants