Skip to content

Commit

Permalink
Reduce Lock gap
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh committed Dec 13, 2024
1 parent dd017da commit b095eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/escrow/increasing/Lock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ contract Lock is
/// @notice Internal method authorizing the upgrade of the contract via the [upgradeability mechanism for UUPS proxies](https://docs.openzeppelin.com/contracts/4.x/api/proxy#UUPSUpgradeable) (see [ERC-1822](https://eips.ethereum.org/EIPS/eip-1822)).
function _authorizeUpgrade(address) internal virtual override auth(LOCK_ADMIN_ROLE) {}

uint256[48] private __gap;
uint256[47] private __gap;
}

0 comments on commit b095eb0

Please sign in to comment.