Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Sep 5, 2024
1 parent 89957f4 commit d995a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PositionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ contract PositionManager is
// fee delta can be ignored as this is a new position
(BalanceDelta liquidityDelta,) =
_modifyLiquidity(info, poolKey, liquidity.toInt256(), bytes32(tokenId), hookData);
(liquidityDelta).validateMaxIn(amount0Max, amount1Max);
liquidityDelta.validateMaxIn(amount0Max, amount1Max);
}

/// @dev this is overloaded with ERC721Permit_v4._burn
Expand Down

0 comments on commit d995a11

Please sign in to comment.