Implement extra suggestions from audit review of 4.9 (#4224)
This commit is contained in:
@ -174,6 +174,8 @@ contract TransparentUpgradeableProxy is ERC1967Proxy {
|
||||
|
||||
/**
|
||||
* @dev Returns the current admin.
|
||||
*
|
||||
* CAUTION: This function is deprecated. Use {ERC1967Upgrade-_getAdmin} instead.
|
||||
*/
|
||||
function _admin() internal view virtual returns (address) {
|
||||
return _getAdmin();
|
||||
|
||||
Reference in New Issue
Block a user