enhanced nip05 logging

This commit is contained in:
David Kaspar
2024-09-10 09:39:35 +02:00
parent f086c0fe10
commit bba7d3455c

View File

@@ -126,7 +126,7 @@ class Nip05NostrAddressVerifier {
val hexKey = nip05url?.get("names")?.get(user)?.asText()
if (hexKey == null) {
onError("Username not found in the NIP05 JSON")
onError("Username not found in the NIP05 JSON [$nip05]")
} else {
onSuccess(hexKey)
}