Page MenuHomePhabricator

[Cashtab] Move token burn UI lock to same as other token tx method
ClosedPublic

Authored by bytesofman on Sep 23 2022, 15:48.

Details

Summary

T2670

Cashtab locks the UI after a tx is broadcast until the utxo set has been updated. There is a bug on the burn token tx feature where the UI is unlocked manually.

This should be removed so the UI unlocks in the same way as after any other tx, by the useEffect loop that waits for balance to update.

Test Plan

npm start
Burn some eToken
Note that the UI locks and restores after utxo set is updated

Diff Detail

Repository
rABC Bitcoin ABC
Branch
patch-sendtoken-issue
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20153
Build 39991: Build Diffcashtab-tests
Build 39990: arc lint + arc unit