T2716
In the case of a burn token tx that burns all of a token balance, the useEffect loop that unlocks the UI was not being hit. Add a simple conditional which catches this case.
Differential D12161
[Cashtab] Patch issue with burn all of a token locking UI bytesofman on Oct 5 2022, 23:21. Authored by
Details
T2716 In the case of a burn token tx that burns all of a token balance, the useEffect loop that unlocks the UI was not being hit. Add a simple conditional which catches this case. npm start
Diff Detail
Event TimelineComment Actions The full token balance burn issue is resolved however I noticed an edge case where sending etokens to the same etoken address it is being sent from will trigger a similar continuous loading process, however in this case it doesn't send it at all. This is reproducible in prod as well. Comment Actions I've created T2719 to handle this. If this issue currently exists at cashtab.com and is not introduced by this diff, then it should be resolved in its own diff. |