Skip to content

Commit

Permalink
Added logs
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
  • Loading branch information
smohamedjavid committed Feb 20, 2024
1 parent b1bf2b3 commit ee5446d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/status_im/contexts/wallet/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@
chains-filtered-by-mode)
set
(string/join ", ")))]
(when (seq down-chains)
(log/info "[wallet] Chain(s) down: " down-chains)
(log/info "[wallet] Test network enabled: " (boolean test-networks-enabled?)))

(cond-> {:db (assoc-in db [:wallet :statuses :blockchains] chains)}

chains-down?
Expand Down

0 comments on commit ee5446d

Please sign in to comment.