From 5c99dd7745954ac9cfd47a4f4b2e5d82172e47fd Mon Sep 17 00:00:00 2001 From: Mitch Oz Date: Mon, 19 Feb 2024 13:25:43 -0600 Subject: [PATCH] revert tokendistro changes --- contracts/TokenDistro.sol | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/contracts/TokenDistro.sol b/contracts/TokenDistro.sol index 3a081a5..47f0f1b 100644 --- a/contracts/TokenDistro.sol +++ b/contracts/TokenDistro.sol @@ -339,11 +339,4 @@ contract TokenDistro is Initializable, IDistro, AccessControlEnumerableUpgradeab emit DurationChanged(newDuration); } - - event PraiseRewardPaid(address distributor); - - function sendPraiseRewards(address[] memory recipients, uint256[] memory amounts) external { - _allocateMany(recipients, amounts); - emit PraiseRewardPaid(msg.sender); - } -} +} \ No newline at end of file