From 13f9967a05e4c990ee53af4a025cd551aaeaf6dd Mon Sep 17 00:00:00 2001 From: Jeremy Klein Date: Fri, 14 Feb 2025 09:58:33 -0800 Subject: [PATCH] remove extra tag --- 47.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/47.md b/47.md index 63811378..eccc355b 100644 --- a/47.md +++ b/47.md @@ -97,12 +97,11 @@ Example response: { "kind" 23195, "tags": [ - ["encryption", "nip44_v2"], ["p", "03..." ] // public key of the requesting client app ["e", "1234"] // id of the request event this is responding to // ... ], - "content": nip44_encrypt({ + "content": nip44_encrypt({ // Encrypted using the scheme requested by the client. "result_type": "pay_invoice", //indicates the structure of the result field "error": { //object, non-null in case of error "code": "UNAUTHORIZED", //string error code, see below