mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
[fix] mailbox get-current-wnode-address
wrong symbol was introduced in recent PR Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
This commit is contained in:
parent
11c59151f6
commit
1d94a4d1cb
@ -44,7 +44,7 @@
|
||||
(defn get-current-wnode-address [db]
|
||||
(let [network (get (:networks (:account/account db)) (:network db))
|
||||
chain (ethereum/network->chain-keyword network)
|
||||
wnode-id (get-in db [:account/account :settings :wnode network])]
|
||||
wnode-id (get-in db [:account/account :settings :wnode chain])]
|
||||
(get-in db [:inbox/wnodes chain wnode-id :address])))
|
||||
|
||||
(defn initialize-offline-inbox-flow []
|
||||
|
Loading…
x
Reference in New Issue
Block a user