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

Fbe/sol token swap #107

Open
wants to merge 1 commit into
base: y333_241030/token_account_owner_display
Choose a base branch
from

Conversation

fbeutin-ledger
Copy link

Implement SPL swap

Copy link

@yogh333 yogh333 left a comment

Choose a reason for hiding this comment

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

LGTM except two little comments

#define MIN(a, b) ((a) < (b) ? (a) : (b));
#endif
Copy link

Choose a reason for hiding this comment

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

@@ -4,9 +4,14 @@
#include "swap_lib_calls.h"
#include "swap_utils.h"
#include "sol/printer.h"
#include "util.h"

#define MAX_SWAP_TOKEN_LENGTH 15
Copy link

Choose a reason for hiding this comment

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

Already defined in handle_get_printable_amount.c

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.

2 participants