Skip to content

minor enhancement: make _storedERC721Ids internal - #45

Open
gaavar wants to merge 1 commit into
Pandora-Labs-Org:mainfrom
gaavar:main
Open

minor enhancement: make _storedERC721Ids internal#45
gaavar wants to merge 1 commit into
Pandora-Labs-Org:mainfrom
gaavar:main

Conversation

@gaavar

@gaavar gaavar commented Feb 22, 2024

Copy link
Copy Markdown

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

gaavar commented Feb 24, 2024

Copy link
Copy Markdown
Author

@mathdroid could I please get a review on this?

@p-dealwis

Copy link
Copy Markdown

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