PatrickAlphaC / hardhat-nft-fcc

100 stars 139 forks source link

Update DynamicSvgNft.sol #98

Closed PranavLakkadi13 closed 1 year ago

PranavLakkadi13 commented 1 year ago

Event must be emitted before the token counter incremented else wrong token counter in the event will be emitted

PatrickAlphaC commented 1 year ago

Thanks! We can sort of emit whatever we want, and in this case doing it as described is fine.