Skip to content

Commit

Permalink
Update IPrizeDistributor.sol
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
bk62 authored Apr 27, 2022
1 parent e6f2d9d commit 7e37752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IPrizeDistributor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface IPrizeDistributor {
event ERC20Withdrawn(IERC20 indexed token, address indexed to, uint256 amount);

/**
* @notice Claim prize payout(s) by submitting valud drawId(s) and winning pick indice(s). The user address
* @notice Claim prize payout(s) by submitting valid drawId(s) and winning pick indice(s). The user address
is used as the "seed" phrase to generate random numbers.
* @dev The claim function is public and any wallet may execute claim on behalf of another user.
Prizes are always paid out to the designated user account and not the caller (msg.sender).
Expand Down

0 comments on commit 7e37752

Please sign in to comment.