Kill event; mock fix

This commit is contained in:
tim
2025-10-20 13:51:03 -04:00
parent 12fc43f999
commit 316da25f5b
4 changed files with 27 additions and 18 deletions

View File

@@ -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();
}
/* ----------------------