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

Bug: moonshot TokenMint instruction #165

Open
kralonur opened this issue Feb 20, 2025 · 1 comment · May be fixed by #167
Open

Bug: moonshot TokenMint instruction #165

kralonur opened this issue Feb 20, 2025 · 1 comment · May be fixed by #167
Assignees

Comments

@kralonur
Copy link
Contributor

kralonur commented Feb 20, 2025

Sorry. I don't have permission to reopen issue so had to open new one. So yeah:

MoonshotInstruction::TokenMint(ref mint) => {
                log::info!("TokenMint: signature: {signature}, mint: {mint:?}");
                let accounts = TokenMint::arrange_accounts(&instruction.accounts).unwrap();

                // do something
            }

Example tx: https://solscan.io/tx/3bYLgdafmhkUCDRYz7jQESKmJtWH517rqPjuna3SRKNeFFGcDgi2ParJk64FuMc3a5Kg9y9BmasUVGvTvemQkB6U

The token mint is not caught.

Extra info: Buy and Sell instructions are caught so np there

@sonicfromnewyoke
Copy link
Collaborator

Extra info: Buy and Sell instructions are caught so np there

that part is the most strange...

@sonicfromnewyoke sonicfromnewyoke linked a pull request Feb 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants