The initial utxo sync has been working to solve its intended problem, that of wallets opening and receiving user input before utxo set is synced. However the case of new users with no wallet was never unsetting this flag.
Make sure we unset it.
Differential D18566
[Cashtab] Patch spinner issue for first time users with no wallet Authored by bytesofman on Sep 4 2025, 15:24. Tags None Subscribers None
Details
The initial utxo sync has been working to solve its intended problem, that of wallets opening and receiving user input before utxo set is synced. However the case of new users with no wallet was never unsetting this flag. Make sure we unset it. npm start, in an incognito window go to localhost:3000, note that the spinner is cleared compare to current prod, go to cashtab.com in an incognito window and spinner hangs indefinitely
Diff Detail
|