Skip to content

Commit

Permalink
Fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Jan 30, 2024
1 parent 4896745 commit bf32f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PrizePool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ contract PrizePool is TieredLiquidityDistributor, Ownable {
uint24(TierCalculationLib.estimatePrizeFrequencyInDraws(_tierOdds(_tier, numberOfTiers)));
}

/// @notice The total amount of prize tokens that have been claimed for all time
/// @return The total amount of prize tokens that have been claimed for all time
/// @notice The total amount of claim fees that have been withdrawn
/// @return The total amount of claim fees that have been withdrawn
function totalWithdrawn() external view returns (uint256) {
return _totalWithdrawn;
}
Expand Down

0 comments on commit bf32f00

Please sign in to comment.