Fixes status-im#13263

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
Daniel Fernandes 2022-05-03 01:45:54 -07:00 committed by andrey
parent 8ac0823eef
commit 960e338f48
No known key found for this signature in database
GPG Key ID: C20F2FDE9A98BA61
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
#(re-frame/dispatch [::name-resolved username
(cond
(not public-key) :owned
(string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000")
(and (string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000") (not custom-domain?))
:invalid-ens
(= % public-key) :connected
:else :connected-with-different-key)