-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConcentratedLiquidityPool ensureTickSpacing logic issue #335
Comments
trident/contracts/libraries/Ticks.sol Lines 55 to 139 in ef1f4ed
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when the value of
lower
isTickMath.MIN_TICK
andupper
isTickMath.MAX_TICK
, I think it should be passed_ensureTickSpacing()
method. But current_ensureTickSpacing()
block this case.My Suggestion is below.
Current
trident/contracts/pool/concentrated/ConcentratedLiquidityPool.sol
Lines 440 to 445 in ef1f4ed
Suggestion
The text was updated successfully, but these errors were encountered: