Skip to content

Commit

Permalink
Update src/contracts/transparent-proxy/TransparentUpgradeableProxy.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra authored Nov 17, 2024
1 parent 3cee8a7 commit 9d9c5d1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ interface ITransparentUpgradeableProxy is IERC1967 {
*
* These properties mean that the admin account can only be used for upgrading the proxy, so it's best if it's a
* dedicated account that is not used for anything else. This will avoid headaches due to sudden errors when trying to
* call a function from the proxy implementation. For this reason, the proxy deploys an instance of {ProxyAdmin} and
* allows upgrades only if they come through it. You should think of the `ProxyAdmin` instance as the administrative
* call a function from the proxy implementation. You should think of the `ProxyAdmin` instance as the administrative
* interface of the proxy, including the ability to change who can trigger upgrades by transferring ownership.
*
* NOTE: The real interface of this proxy is that defined in `ITransparentUpgradeableProxy`. This contract does not
Expand Down

0 comments on commit 9d9c5d1

Please sign in to comment.