From 45f7d2c4b187d7b73bb716df2362c46f453e9b57 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sun, 28 Jan 2024 14:28:59 -0500 Subject: [PATCH] Fixes auth kind --- js/nostr-utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/nostr-utils.js b/js/nostr-utils.js index bc1eea5..486ca29 100644 --- a/js/nostr-utils.js +++ b/js/nostr-utils.js @@ -442,7 +442,7 @@ function sha256Hex(string) { async function signNostrAuthEvent(relay, auth_challenge) { try { let msg = { - kind: 22243, + kind: 22242, content: "", tags: [ ["relay", relay],