From d7ce9f3650135ed4c24111f6f75bbd68995df03b Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 3 May 2022 12:55:18 +0200 Subject: [PATCH] daferna fix test --- src/status_im/ens/core.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)