Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update contracts/proxy/transparent/TransparentUpgradeableProxy.sol
Co-authored-by: Hadrien Croubois <[email protected]>
  • Loading branch information
ernestognw and Amxx authored Jun 15, 2023
commit 1fda92ac76d56dc461d615fe426be0bc1d2f6585
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ interface ITransparentUpgradeableProxy is IERC1967 {
contract TransparentUpgradeableProxy is ERC1967Proxy {
// An immutable address for the admin avoid unnecessary SLOADs before each call
// at the expense of removing the ability to change the admin once it's set.
address immutable _admin;
address private immutable _admin;

/**
* @dev The proxy caller is the current admin, and can't fallback to the proxy target.
Expand Down