-
Notifications
You must be signed in to change notification settings - Fork 3
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
Transaction simulation failed: Error processing Instruction 0 #5
Comments
道友好,首先感谢大佬开源代码。 |
`public async Task<RequestResult> SendSwapAsync(string _poolAddress, ulong amountIn,
|
`public partial class MakeInfo
|
Have exactly the same error. Any solution, please? |
`public async Task Test()
{
IRpcClient connection = ClientFactory.GetClient(Cluster.MainNet);
RaydiumAmmClient raydiumAmmClient = new RaydiumAmmClient(connection);
}`
Run error
{"jsonrpc":"2.0","error":{"code":-32002,"message":"Transaction simulation failed: Error processing Instruction 0: custom program error: 0x1b","data":{"accounts":null,"err":{"InstructionError":[0,{"Custom":27}]},"innerInstructions":null,"logs":["Program 675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8 invoke [1]","Program log: Error: The amm account owner is not match with this program","Program 675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8 consumed 4158 of 200000 compute units","Program 675kPX9MHTjS2zt1qfr1NYHuzeLXfQM9H24wFSUt1Mp8 failed: custom program error: 0x1b"],"replacementBlockhash":null,"returnData":null,"unitsConsumed":4158}},"id":2}
The text was updated successfully, but these errors were encountered: