You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: