We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The only reference I found is
solana-go/cmd/slnc/cmd/token_registry_register.go
Line 117 in a5e17d6
Is there any other documentation that I can follow?
Trying to add the metadata to an existing token account results in an error
2024/06/06 04:16:40 failed to send transaction: (*jsonrpc.RPCError)(0xc00036c420)({ Code: (int) -32602, Message: (string) (len=78) "invalid transaction: Transaction failed to sanitize accounts offsets correctly", Data: (interface {}) <nil> }) exit status 1
cc @gagliardetto
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The only reference I found is
solana-go/cmd/slnc/cmd/token_registry_register.go
Line 117 in a5e17d6
Is there any other documentation that I can follow?
Trying to add the metadata to an existing token account results in an error
cc @gagliardetto
The text was updated successfully, but these errors were encountered: