Skip to content

Fix to deposit liquidity functions #395

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jwallbridge
Copy link

It seems that the deposit liquidity functions are incorrect in both the anchor and steel folders in token-swap.

To deposit liquidity, we check that the amounts being deposited are in the same proportion as the existing liquidity in the pool. If not, we adjust the amounts accordingly. The resulting amounts are the maximum amounts available of the depositors tokens that satisfy the correct proportion.

Since these program examples are meant to be relatively simple, the fix has been made without introducing auxiliary functions.

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.

1 participant