[#13220] ENS warning is not shown for affected multiaccounts after upgrade

Signed-off-by: andrey <motor4ik@gmail.com>
(cherry picked from commit d2bec183fd)
This commit is contained in:
andrey 2022-03-28 12:09:20 +02:00
parent 4d1624dfdc
commit d6a6c41dd3
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -143,13 +143,13 @@
{:events [::initialize-wallet]}
[{:keys [db] :as cofx} accounts tokens custom-tokens
favourites scan-all-tokens? new-account?]
(check-invalid-ens cofx)
(fx/merge
cofx
{:db (assoc db :multiaccount/accounts
(rpc->accounts accounts))
;; NOTE: Local notifications should be enabled only after wallet was started
::enable-local-notifications nil}
(check-invalid-ens)
(wallet/initialize-tokens tokens custom-tokens)
(wallet/initialize-favourites favourites)
(wallet/get-pending-transactions)