Skip to content

Commit

Permalink
Merge pull request #86 from primitivefinance/fix/g3m-init-struct
Browse files Browse the repository at this point in the history
fix: remove reserveX and reserveY in G3M init struct
  • Loading branch information
clemlak authored Mar 25, 2024
2 parents 7033738 + df79f5a commit e6496e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/GeometricMean/GeometricMean.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ contract GeometricMean is PairStrategy {
struct InitState {
bool valid;
int256 invariant;
uint256 reserveX;
uint256 reserveY;
address controller;
uint256 swapFee;
uint256 wX;
Expand Down

0 comments on commit e6496e6

Please sign in to comment.