Skip to content

Fix user messages on login

Anton Panteleev requested to merge i-227/fix-request-orders-on-login into master

We have a flag which is used during incoming UTXOs processing to decide if we need to fetch transaction for incoming UTXO. On app load, this flag is true. Once user logged in the flag is set to false to fetch transactions for any incoming UTXO. We didn't reset the flag on logout which led to user messages on second and further logins without page reload. Now it fixed.

Closes #227 (closed)

Merge request reports