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