-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will it be possible to delete a token from the dApp? #218
Comments
You can send the token to a burn address and remove it from your wallet. |
#define CC_BURNPUBKEY "[removed due old code - do not use]" This is the defined burn pubkey if you want to destroy a token |
Should we make a specific 'Burn' option that does this for the user? |
I vote yes. |
I too vote yes for there is an unwanted NFT in my GUI staring at me all the time. |
The new valid burn pubkey is: When a token is sent to this pubkey, the market UTXO will be spent as well. This code will be implemented by @dimxy |
This has been implemented in the latest hard fork. |
This is some wonderful news! |
If you have an unwanted Token.
The text was updated successfully, but these errors were encountered: