Skip to content

Commit

Permalink
revert tokendistro changes
Browse files Browse the repository at this point in the history
  • Loading branch information
divine-comedian committed Feb 19, 2024
1 parent e1be749 commit 5c99dd7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions contracts/TokenDistro.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
}

0 comments on commit 5c99dd7

Please sign in to comment.