Skip to content

Commit

Permalink
fix: remove reserveX and reserveY in G3M init struct
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlak committed Mar 22, 2024
1 parent 74912e0 commit 6154ecd
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 6154ecd

Please sign in to comment.