chore_:test Add keyUID to table when migrating from v1 to v2

This commit is contained in:
frank 2024-05-21 17:42:58 +08:00
parent aa6e4b2581
commit 6e9188e81c
No known key found for this signature in database
GPG Key ID: B56FA1FC264D28FD
1 changed files with 2 additions and 1 deletions

View File

@ -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