Open vikiival opened 1 year ago
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
https://github.com/kodadot/stick/blob/74fda95fea900f63ea4730564050f3a35a042b76/src/mappings/nfts/mint.ts#L73-L75
Was this implemented? Cc @roiLeo
Nope, feel free to remove https://github.com/kodadot/stick/issues/133#issuecomment-1784715926
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