Skip to content

Commit

Permalink
Update src/abstract/TieredLiquidityDistributor.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
asselstine and trmid committed Mar 22, 2024
1 parent 42b1454 commit 068e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstract/TieredLiquidityDistributor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { TierCalculationLib } from "../libraries/TierCalculationLib.sol";

/// @notice Struct that tracks tier liquidity information.
/// @param drawId The draw ID that the tier was last updated for
/// @param prizeSize The size of the prize for the tier for the drawId
/// @param prizeSize The size of the prize for the tier at the drawId
/// @param prizeTokenPerShare The total prize tokens per share that have already been consumed for this tier.
struct Tier {
uint24 drawId;
Expand Down

0 comments on commit 068e2ad

Please sign in to comment.