mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-02-22 05:09:00 +00:00
remove extra tag
This commit is contained in:
parent
e1fe193cfb
commit
13f9967a05
3
47.md
3
47.md
@ -97,12 +97,11 @@ Example response:
|
|||||||
{
|
{
|
||||||
"kind" 23195,
|
"kind" 23195,
|
||||||
"tags": [
|
"tags": [
|
||||||
["encryption", "nip44_v2"],
|
|
||||||
["p", "03..." ] // public key of the requesting client app
|
["p", "03..." ] // public key of the requesting client app
|
||||||
["e", "1234"] // id of the request event this is responding to
|
["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
|
"result_type": "pay_invoice", //indicates the structure of the result field
|
||||||
"error": { //object, non-null in case of error
|
"error": { //object, non-null in case of error
|
||||||
"code": "UNAUTHORIZED", //string error code, see below
|
"code": "UNAUTHORIZED", //string error code, see below
|
||||||
|
Loading…
Reference in New Issue
Block a user