-
Notifications
You must be signed in to change notification settings - Fork 184
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
Error Printing Edition #524
Comments
Also here's a tx that is failing on chain for reference, skipped preflight. |
Alrighty after a lot of research and digging through code, It appears this is a bug that shows up when a print edition gets burned. The print edition script can't figure out the correct supply and fails. :( I did figure the answer though! Thanks to @samuelvanderwaal he provided some logic in metaboss to figure out the new supply taking into account burned nfts. https://github.com/samuelvanderwaal/metaboss/blob/b662001ee929f5b34f3660c227136aab9697de27/src/mint.rs#L366 The FIX Recomendations
|
I am getting a similar error I have a master edition that is already minted with a |
In your case, the issue is that a |
The edition from the master edition was never printed, only the master edition was done. But still will not allow printing of that single edition. |
If the |
|
Here's the edition minted from this Master Edition. You cannot mint any more because the |
okay, Thank you for your help. |
Seeing this fun error when printing an edition:
Token Metadata Program Instruction
My Code
Whats odd is that this has been printing editions for quite some time without issue, and other similar editions are printing fine.
Some questions:
The text was updated successfully, but these errors were encountered: