Skip to content

Commit

Permalink
chore: disable rolls until next epoch (#21)
Browse files Browse the repository at this point in the history
* feat: disabling rolls until next epoch

* test: removed roll options tests

* Fix code style issues with Prettier

---------

Co-authored-by: Lint Action <[email protected]>
  • Loading branch information
guil-lambert and Lint Action authored Nov 26, 2023
1 parent c3fae98 commit 348eb03
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 @@ -528,7 +528,7 @@ contract PanopticPool is ERC1155Holder, Multicall {
uint64 effectiveLiquidityLimitX32,
int24 tickLimitLow,
int24 tickLimitHigh
) external {
) private {
// checks that the current tick is within the limits provided
int24 currentTick;
int24 medianTick;
Expand Down
Loading

0 comments on commit 348eb03

Please sign in to comment.