From d6a6c41dd3ff06b057d2226644583ef57e7347da Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 28 Mar 2022 12:09:20 +0200 Subject: [PATCH] [#13220] ENS warning is not shown for affected multiaccounts after upgrade Signed-off-by: andrey (cherry picked from commit d2bec183fdf570af261f08f0f876e7119ec541e6) --- src/status_im/multiaccounts/login/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/multiaccounts/login/core.cljs b/src/status_im/multiaccounts/login/core.cljs index 630ed6db70..a13d213628 100644 --- a/src/status_im/multiaccounts/login/core.cljs +++ b/src/status_im/multiaccounts/login/core.cljs @@ -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)