Merge pull request #2332 from 0xProject/fix/staking/paramDocsForRewardsPaidOutEvent

Updated `RewardsPaid` event docs
This commit is contained in:
Greg Hysz 2019-11-12 17:47:47 -08:00 committed by GitHub
commit 812c306805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ interface IStakingEvents {
);
/// @dev Emitted by MixinFinalizer when rewards are paid out to a pool.
/// @param epoch The epoch when the rewards were earned.
/// @param epoch The epoch when the rewards were paid out.
/// @param poolId The pool's ID.
/// @param operatorReward Amount of reward paid to pool operator.
/// @param membersReward Amount of reward paid to pool members.