Skip to content
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

solana 1.14.18 support and further cleanup on unused variable #5

Open
wants to merge 20 commits into
base: jupiter
Choose a base branch
from

Conversation

siong1987
Copy link

No description provided.

@@ -523,9 +523,8 @@ impl PoolState {
}
last_tick_array_start_index = start_index;

let Some(tickarray_bitmap_extension) = tickarray_bitmap_extension else {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getting if else not supported by older version of rust, seems to be caused by solana 1.14.18. upgrading to 1.16.15 is causing a lot of problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants