mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 19:22:39 +02:00
enhanced nip05 logging
This commit is contained in:
@@ -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