mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-14 10:46:21 +00:00
fix cannot add existing ENS owned by user (#18567)
This commit is contained in:
parent
9c322397a2
commit
97d1b3faa1
@ -231,7 +231,7 @@
|
|||||||
[db]
|
[db]
|
||||||
(into #{}
|
(into #{}
|
||||||
(remove #(= (:type %) :watch)
|
(remove #(= (:type %) :watch)
|
||||||
(map #(eip55/address->checksum (:address %)) (get db :profile/wallet-accounts)))))
|
(map #(eip55/address->checksum (:address %)) (vals (get-in db [:wallet :accounts]))))))
|
||||||
|
|
||||||
;;NOTE we want to handle only last resolve
|
;;NOTE we want to handle only last resolve
|
||||||
(def resolve-last-id (atom nil))
|
(def resolve-last-id (atom nil))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user