loomnetwork / erc721x

ERC721x is an extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible.
BSD 3-Clause "New" or "Revised" License
165 stars 54 forks source link

Wrong operation in FT minting #22

Closed trungfinity closed 5 years ago

trungfinity commented 5 years ago

As I see this line about FT minting, the operation should be Add instead of Replace?

gakonst commented 5 years ago

Good catch, thanks:)