Skip to content

Commit

Permalink
[status-im#13220] ENS warning is not shown for affected multiaccounts…
Browse files Browse the repository at this point in the history
… after upgrade

Signed-off-by: andrey <motor4ik@gmail.com>
  • Loading branch information
flexsurfer committed Mar 28, 2022
1 parent 79a5dcf commit d2bec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/multiaccounts/login/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d2bec18

Please sign in to comment.