Skip to content

Commit

Permalink
add comment for Rewarded event
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed May 12, 2020
1 parent fe50864 commit abbbb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/PoaMania.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract PoaMania is Ownable {
* @dev Emitted at the end of the round
* @param roundId The round number
* @param winners The array of the winners
* @param prizes The array of the prizes
* @param prizes The array of the prizes. If any of the winners is zero you should ignore the corresponding prize
* @param fee The fee value (in tokens)
* @param feeReceiver The fee receiver
* @param jackpotShare The amount of tokens that goes to the Jackpot
Expand Down

0 comments on commit abbbb50

Please sign in to comment.