Skip to content

Commit

Permalink
add back to iface
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Dec 6, 2024
1 parent cf178b7 commit 998d8ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smart-contracts/contracts/interfaces/IPublicLock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ interface IPublicLock {

function hasRole(bytes32 role, address account) external view returns (bool);

// helper function
function renounceLockManager() external;

/** `owner()` is provided as an helper to mimick the `Ownable` contract ABI.
* The `Ownable` logic is used by many 3rd party services to determine
* contract ownership - e.g. who is allowed to edit metadata on Opensea.
Expand Down

0 comments on commit 998d8ff

Please sign in to comment.