Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Coin & Token amounts disappear for a short period after sending a token #151

Open
NutellaLicka opened this issue Oct 26, 2021 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@NutellaLicka
Copy link
Contributor

NutellaLicka commented Oct 26, 2021

Operation System

Windows10

Expected Behavior

Coin wallet & Token wallet amounts should remain visible after sending a fixed supply token

Current Behavior

When sending a fixed supply token, the TKL amount showing in your coin wallet disappears (goes to 0) for a short period of time and the number in 'holdings' for your fixed supply disappears for a short period of time. They both reappear at the same time.

Steps to Reproduce

Send a fixed supply token to someone else and wait 5 seconds and the amounts will disappear (coin wallet amount goes to 0), give it about 10-15s and the amounts will return.

Note the 0 amount in coin wallet up the top and the absence of an amount under 'Holdings'
https://i.gyazo.com/e919c5beabaffe72ebca6dbc947c86c1.png

@NutellaLicka NutellaLicka added the bug Something isn't working label Oct 26, 2021
@piggydoughnut piggydoughnut added this to the S10 milestone Nov 9, 2021
@connebs
Copy link
Contributor

connebs commented Dec 8, 2021

This is a side-effect of Tokel being a UTXO-based blockchain, where unspent FSTs all get sent to the blockchain if there is only a single UTXO assigning them to your wallet address.

But the UX isn't great here so I am working to change our transaction handling to not be a 1-1 mapping of blockchain state so that it makes more sense to the user.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants