Skip to content

Commit

Permalink
ABDK CVF-93
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakocsis committed Sep 2, 2024
1 parent 20863db commit 6447d1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
421104
421080
2 changes: 1 addition & 1 deletion src/PositionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ contract PositionManager is
uint128 amount1Min,
bytes calldata hookData
) internal onlyIfApproved(msgSender(), tokenId) onlyValidConfig(tokenId, config) {
uint256 liquidity = uint256(getPositionLiquidity(tokenId, config));
uint256 liquidity = getPositionLiquidity(tokenId, config);

// Can only call modify if there is non zero liquidity.
if (liquidity > 0) {
Expand Down

0 comments on commit 6447d1c

Please sign in to comment.