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

ProgramID set as global variable in token package #254

Open
NickTheDev opened this issue Oct 31, 2024 · 0 comments
Open

ProgramID set as global variable in token package #254

NickTheDev opened this issue Oct 31, 2024 · 0 comments

Comments

@NickTheDev
Copy link

The ProgramID is set at the token package level.. which makes concurrent operations using TokenProgram and Token2022Program impossible, you'd inherently have to use a mutex and use SetProgramID() at the package level in between operations which does not make sense.

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

No branches or pull requests

1 participant