remove extra tag

This commit is contained in:
Jeremy Klein 2025-02-14 09:58:33 -08:00
parent e1fe193cfb
commit 13f9967a05

3
47.md
View File

@ -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