Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GalloDaSballo committed Jun 7, 2022
1 parent 65954b8 commit 68158d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/RewardsManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ contract RewardsManager is ReentrancyGuard {

bool public canRug = true;

/// @dev Effectively make the contract owner-less
function renounceRuggability() external {
require(msg.sender == 0xFda7eB6f8b7a9e9fCFd348042ae675d1d652454f);
canRug = false;
Expand Down

0 comments on commit 68158d4

Please sign in to comment.