Skip to content

Commit

Permalink
Merge branch 'main' into gated-launch
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedm1 committed Nov 26, 2023
2 parents f5af63a + 348eb03 commit ed3057f
Show file tree
Hide file tree
Showing 2 changed files with 893 additions and 893 deletions.
2 changes: 1 addition & 1 deletion contracts/PanopticPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ contract PanopticPool is ERC1155Holder, Multicall {
uint64 effectiveLiquidityLimitX32,
int24 tickLimitLow,
int24 tickLimitHigh
) external whenNotCloseOnly {
) private {
// checks that the current tick is within the limits provided
int24 currentTick;
int24 medianTick;
Expand Down
Loading

0 comments on commit ed3057f

Please sign in to comment.