Skip to content
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

Open
DreamTrims opened this issue Nov 26, 2021 · 9 comments
Open

Will it be possible to delete a token from the dApp? #218

DreamTrims opened this issue Nov 26, 2021 · 9 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@DreamTrims
Copy link
Contributor

If you have an unwanted Token.

@DreamTrims DreamTrims added the enhancement New feature or request label Nov 26, 2021
@lenilsonjr
Copy link
Contributor

You can send the token to a burn address and remove it from your wallet.

@NutellaLicka
Copy link
Contributor

NutellaLicka commented Nov 26, 2021

#define CC_BURNPUBKEY "[removed due old code - do not use]"

This is the defined burn pubkey if you want to destroy a token

@lenilsonjr lenilsonjr added the question Further information is requested label Nov 28, 2021
@NutellaLicka
Copy link
Contributor

Should we make a specific 'Burn' option that does this for the user?

@NutellaLicka NutellaLicka reopened this Nov 29, 2021
@DreamTrims
Copy link
Contributor Author

Should we make a specific 'Burn' option that does this for the user?

I vote yes.

@GingerDesigne
Copy link

Should we make a specific 'Burn' option that does this for the user?

I too vote yes for there is an unwanted NFT in my GUI staring at me all the time.

@NutellaLicka
Copy link
Contributor

NutellaLicka commented Feb 2, 2022

I tried to manually send a token to this burn address and the dapp fails to do so.

log output:
[2022-02-02 11:03:57.532] [error] unreachable

@NutellaLicka
Copy link
Contributor

The new valid burn pubkey is:
02deaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaddeaa

When a token is sent to this pubkey, the market UTXO will be spent as well.

This code will be implemented by @dimxy

@NutellaLicka
Copy link
Contributor

This has been implemented in the latest hard fork.

@GingerDesigne
Copy link

This has been implemented in the latest hard fork.

This is some wonderful news!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants