-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
token v3: Native mint supply should increase/decrease as users wrap/close accounts #506
Comments
This adjustment requires passing the native-mint account into |
This seems to be covered by #374, mind if we close this one? |
Sure, I've no strong opinion, if you think the other issue details this need sufficiently. |
Passing the mint into |
The native mint in token2 currently reports 0 supply, regardless of actual wrapped accounts in circulation.
Update InitializeAccount and CloseAccount processing code to update native mint supply appropriately.
The text was updated successfully, but these errors were encountered: