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
Create
CreateV1
Have not dug too deeply but this:
mpl-token-metadata/clients/rust/src/generated/instructions/create.rs
Lines 86 to 96 in 8110778
doesn't look correct, shouldn't the default spl_token_program account for the instruction be spl_token::ID instead of crate::MPL_TOKEN_METADATA_ID?
spl_token_program
spl_token::ID
crate::MPL_TOKEN_METADATA_ID
The text was updated successfully, but these errors were encountered:
error processing instruction 0: 0x95
create-fungible
No branches or pull requests
Have not dug too deeply but this:
mpl-token-metadata/clients/rust/src/generated/instructions/create.rs
Lines 86 to 96 in 8110778
doesn't look correct, shouldn't the default
spl_token_program
account for the instruction bespl_token::ID
instead ofcrate::MPL_TOKEN_METADATA_ID
?The text was updated successfully, but these errors were encountered: