Add view modifier to proxyAdmin in TransparentUpgradeableProxy (#4688)

Co-authored-by: Eric Lau <ericglau@outlook.com>
This commit is contained in:
Ernesto García
2023-10-17 02:03:04 -06:00
committed by GitHub
parent 9c22fb5f33
commit aed22fbc22
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`TransparentUpgradeableProxy`: Make internal `_proxyAdmin()` getter have `view` visibility.