Skip to content

Commit

Permalink
Update src/PrizePool.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Richard <40277611+trmid@users.noreply.github.com>
  • Loading branch information
dylandesrosier and trmid authored Jul 6, 2023
1 parent ab13a62 commit ded201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrizePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ error ContributionGTDeltaBalance(uint256 amount, uint256 available);

/// @notice Emitted when a user attempts to increase the reserve amount by more than their balance.
/// @param user The user attempting to increase the reserve
/// @param balance The users current balance
/// @param balance The user's current balance
/// @param amount The amount that the reserve is being increased by
error InsufficientPrizeTokenBalance(address user, uint256 balance, uint256 amount);

Expand Down

0 comments on commit ded201f

Please sign in to comment.