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

Program returned error: Instruction passed to inner instruction is too large #16

Open
kevgithub opened this issue Mar 13, 2024 · 0 comments

Comments

@kevgithub
Copy link

kevgithub commented Mar 13, 2024

After I run the "anchor test", got this error:
> Program returned error: Instruction passed to inner instruction is too large (18446744073709551615 > 1280)
if I remove those code, problem solved:

solana_program::program::invoke_signed(
        &ix,
        &ToAccountInfos::to_account_infos(&ctx),
        ctx.signer_seeds,
    )?;

I change almost nothing of the code raydium-contract-instructions, and test on devnet.
Here is a tx:
https://solscan.io/tx/5XLT83bJeQxgy2WoFFVyiQkEJaLMfamsWKNe9XcEuZbHNj2hez9HVoQ8g6oVGRoGyzk8mWVJfChonY1QQWnE2bwo?cluster=devnet
Anyone have idea of that?

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