diff --git a/src/status_im/ens/core.cljs b/src/status_im/ens/core.cljs index 56efe508f8..e33f50461a 100644 --- a/src/status_im/ens/core.cljs +++ b/src/status_im/ens/core.cljs @@ -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)