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

Make ERC20Wrapper.underlying variable private #4029

Merged
merged 9 commits into from
Feb 8, 2023
Prev Previous commit
Next Next commit
Include the ERC20Wrapper reference in the changeset
  • Loading branch information
Kimani Kelly authored and Kimani Kelly committed Feb 6, 2023
commit 912723fbb205c63850dc0f1cd70d62766887365c
2 changes: 1 addition & 1 deletion .changeset/proud-comics-deliver.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'openzeppelin-solidity': minor
---

Make the `underlying` variable private and add a public accessor.
`ERC20Wrapper`: Make the `underlying` variable private and add a public accessor.