Skip to content

Commit 39aba0a

Browse files
supercontractsdeluca-mike
authored andcommitted
fix: remove unused amount0Min/amount1Min from _decreaseLiquidity C12
1 parent 61cbc57 commit 39aba0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/libraries/UniswapV4Lib.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ library UniswapV4Lib {
157157
poolId : poolId,
158158
token0 : Currency.unwrap(poolKey.currency0),
159159
token1 : Currency.unwrap(poolKey.currency1),
160-
amount0Min : amount0Min,
161-
amount1Min : amount1Min,
162160
callData : callData
163161
});
164162
}
@@ -349,8 +347,6 @@ library UniswapV4Lib {
349347
bytes32 poolId,
350348
address token0,
351349
address token1,
352-
uint256 amount0Min,
353-
uint256 amount1Min,
354350
bytes memory callData
355351
)
356352
internal

0 commit comments

Comments
 (0)