[#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:
andrey 2022-03-14 09:20:18 +01:00
parent 2ae875f82a
commit 12221ea067
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
(cond
(not public-key) :owned
(string/ends-with? % "0000000000000000000000000000000000000000000000000000000000000000")
:invalid
:invalid-ens
(= % public-key) :connected
:else :connected-with-different-key)
(eip55/address->checksum response)]))

View File

@ -150,7 +150,7 @@
[help-message-text-element
:t/ens-username-owned
:t/ens-username-connected-with-different-key]
:invalid
:invalid-ens
[help-message-text-element
:t/ens-username-owned
:t/ens-username-registration-invalid]