mirror of
https://github.com/status-im/status-mobile.git
synced 2025-03-03 09:40:59 +00:00
[#13164] Warning 'Registration process has finished in invalid state' is shown for any ENS while typing it in profile
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
2ae875f82a
commit
12221ea067
@ -139,7 +139,7 @@
|
|||||||
(cond
|
(cond
|
||||||
(not public-key) :owned
|
(not public-key) :owned
|
||||||
(string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000")
|
(string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000")
|
||||||
:invalid
|
:invalid-ens
|
||||||
(= % public-key) :connected
|
(= % public-key) :connected
|
||||||
:else :connected-with-different-key)
|
:else :connected-with-different-key)
|
||||||
(eip55/address->checksum response)]))
|
(eip55/address->checksum response)]))
|
||||||
|
@ -150,7 +150,7 @@
|
|||||||
[help-message-text-element
|
[help-message-text-element
|
||||||
:t/ens-username-owned
|
:t/ens-username-owned
|
||||||
:t/ens-username-connected-with-different-key]
|
:t/ens-username-connected-with-different-key]
|
||||||
:invalid
|
:invalid-ens
|
||||||
[help-message-text-element
|
[help-message-text-element
|
||||||
:t/ens-username-owned
|
:t/ens-username-owned
|
||||||
:t/ens-username-registration-invalid]
|
:t/ens-username-registration-invalid]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user