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…
Reference in New Issue