nibbstack / erc721

The reference implementation of the ERC-721 non-fungible token standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undocumented implementation detail in _burn

codyborn opened this issue · comments

In the current implementation, the minter can resurrect a burned NFT. This might be unexpected behavior for some, so mentioning this behavior in the notice section for _burn would be helpful.

#208
@PhABC @codyborn Will this be sufficient?

I think that should be enough. Projects might want to "revive" tokens and nothing about the standard states that burning should be permanent.