From 6e9188e81c432e4fa6d80916590419fdf4bce2f4 Mon Sep 17 00:00:00 2001 From: frank Date: Tue, 21 May 2024 17:42:58 +0800 Subject: [PATCH] chore_:test Add keyUID to table when migrating from v1 to v2 --- src/status_im/add_new/core.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/add_new/core.cljs b/src/status_im/add_new/core.cljs index a24bd0b610..03292b0285 100644 --- a/src/status_im/add_new/core.cljs +++ b/src/status_im/add_new/core.cljs @@ -18,7 +18,8 @@ (re-frame/reg-fx :resolve-public-key (fn [{:keys [chain-id contact-identity cb]}] - (let [ens-name (stateofus/ens-name-parse contact-identity)] + (let [ens-name (stateofus/ens-name-parse contact-identity) + _ (println "test")] (ens/pubkey chain-id ens-name cb)))) ;;NOTE we want to handle only last resolve