glow-xyz / nftoken

A new, simple NFT standard for Solana
https://nftoken.so
MIT License
48 stars 7 forks source link

Check is_frozen in burn instruction #196

Closed Flawm closed 2 years ago

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nftoken ✅ Ready (Inspect) Visit Preview Jul 23, 2022 at 3:54AM (UTC)
vpontis commented 2 years ago

This would let someone create an NFT, transfer it to you, and freeze it. Then you could never remove it from your wallet. I don't think we should let that happen.

Is the goal of this to prevent stale marketplace listings? If so, I think we can handle that a different way.

Closing that for now but let's discuss more in #195 👍