Kill event; mock fix
This commit is contained in:
@@ -162,6 +162,7 @@ contract PartyPool is PartyPoolBase, OwnableExternal, ERC20External, IPartyPool
|
||||
/// mint functionality, leaving only burns (withdrawals) working.
|
||||
function kill() external onlyOwner {
|
||||
_killed = true;
|
||||
emit Killed();
|
||||
}
|
||||
|
||||
/* ----------------------
|
||||
|
||||
Reference in New Issue
Block a user