Closed LipLoody closed 2 years ago
That's quite interesting. We will look into this!
That's quite interesting. We will look into this!
Can I help you to facilitate the investigation in your side ?
So this is a storefront method? Or is it in our cli? Just confirming
So this is a storefront method? Or is it in our cli? Just confirming
Yes, it's in storefront method : https://github.com/metaplex-foundation/metaplex/blob/9d5a5c6d668cd9c597cff8c63dfba00dee2f72f0/js/packages/web/src/actions/sendSignMetadata.ts#L10
Hello @stegaBOB,
Did you have time to investigate ?
Can I help you in another way ?
I have the same issue, any update ?
This Issue has received no activity for 30 days. We will close it in 2 days, please reopen if you are still experiencing this issue.
Which package is this bug report for?
storefront
Issue description
When I update the candy machine to transfer the authority to a wallet: AAA The sign process (in JS not in CLI) executed by AAA fail with error message :
Error: Transaction failed: Incorrect account owner
there you can find the transaction : https://solscan.io/tx/4TpJCaNYTCVcasuA83GmdNCwsvQEaMMmNvf13W6tfNNVMSJSWhCiAGFVxefeHG8L4yrDGjbVNrn2pNmFcd79XeV9?cluster=devnetThere you can find the candymachine show command:
the strange thing is when I get the state of candymachine like :
I have in the
state
thecreators.verified : true
But after the mint the creator is not verified as we can see there: https://solscan.io/token/EFAJXN3NXp2amYvywGGPBj8Qv3UhCoHS2Km5typsorKH?cluster=devnet#txs
Step to reproduce:
sendSignMetadata(connection, wallet, CANDYMACHINE_ID)
with the wallet that have the authorityCommand
No response
Relevant log output
Operating system
Linux
Priority this issue should have
Medium (should be fixed soon)
Check the Docs First