Skip to content

Commit

Permalink
Merge pull request #89 from GenerationSoftware/remove-pair-48
Browse files Browse the repository at this point in the history
Remove unused Pair48 struct
  • Loading branch information
trmid authored Feb 13, 2024
2 parents 900b980 + 60afc0d commit 882296e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libraries/DrawAccumulatorLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,6 @@ library DrawAccumulatorLib {
mapping(uint256 drawId => Observation observation) observations;
}

/// @notice A pair of uint24s.
struct Pair48 {
uint24 first;
uint24 second;
}

/// @notice Adds balance for the given draw id to the accumulator.
/// @param accumulator The accumulator to add to
/// @param _amount The amount of balance to add
Expand Down

0 comments on commit 882296e

Please sign in to comment.