Skip to content

Commit

Permalink
remove cleanup function
Browse files Browse the repository at this point in the history
  • Loading branch information
sirnicolaz committed Sep 20, 2023
1 parent 6ed9759 commit b5c2a8f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/GovernanceToken/GovernanceToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,4 @@ contract GovernanceToken is Initializable, HasRole, GovernanceTokenSnapshot {
}
}
}

function _burnExtra() external onlyRole(Roles.OPERATOR_ROLE) {
// From https://escan.live/tx/0x4973105a8215b74f356b503b1dadfaa7044008c4336ac506d91d1cbbeb56410e
uint256 extraTokens = 7818999911120000000000;
tokenExternal.burn(extraTokens);
}
}

0 comments on commit b5c2a8f

Please sign in to comment.