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
Implement that mint handler should not emit transfer event.
Describe the bug
https://kodadot.xyz/ahp/gallery/10-24
The drops are calling nfts.mint(collection, sn, address, null)
nfts.mint(collection, sn, address, null)
From some reason the mint to is also creating an additional event of transfer (that basically never happened)
To Reproduce
Create and nft in any https://kodadot.xyz/drops
Expected behavior
MINT_TO should mark TO as the minter of the particular NFT
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
stick/src/mappings/nfts/mint.ts
Lines 73 to 75 in 74fda95
Sorry, something went wrong.
Was this implemented? Cc @roiLeo
Nope, feel free to remove #133 (comment)
No branches or pull requests
Implement that mint handler should not emit transfer event.
Describe the bug
https://kodadot.xyz/ahp/gallery/10-24
The drops are calling
nfts.mint(collection, sn, address, null)
From some reason the mint to is also creating an additional event of transfer (that basically never happened)
To Reproduce
Create and nft in any https://kodadot.xyz/drops
Expected behavior
MINT_TO should mark TO as the minter of the particular NFT
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: