-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update Metadata Account Fields #41
Comments
I found multiple ways to get this error. Double check you have the correct wallet public keys set in the CreateMetadataAccount method when creating the instructions. If they are not signers of the transaction you will get this error. If the metadata program instructions is part of a separate transaction than its account creation TX it will throw this error as well |
Thank you. |
Which instructions are you building in the transaction builder? |
and the result is "Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s invoke [1]","Program log: (Deprecated as of 1.1.0) Instruction: Update Metadata Accounts","Program log: Data type mismatch","Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s consumed 3320 of 792542 compute units","Program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s failed: custom program error: 0x3f"] |
`
` |
Thank you, it solved my problem |
Hi. I was trying to update Metadata Account fields' value, but the following error shows up!
{"jsonrpc":"2.0","error":{"code":-32602,"message":"invalid transaction: Transaction failed to sanitize accounts offsets correctly"},"id":2}
Could you provide me a sample?
The text was updated successfully, but these errors were encountered: