enhanced nip05 logging
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ class Nip05NostrAddressVerifier {
|
|||||||
val hexKey = nip05url?.get("names")?.get(user)?.asText()
|
val hexKey = nip05url?.get("names")?.get(user)?.asText()
|
||||||
|
|
||||||
if (hexKey == null) {
|
if (hexKey == null) {
|
||||||
onError("Username not found in the NIP05 JSON")
|
onError("Username not found in the NIP05 JSON [$nip05]")
|
||||||
} else {
|
} else {
|
||||||
onSuccess(hexKey)
|
onSuccess(hexKey)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user