enhancing the example with private ntags

This commit is contained in:
Vitor Pamplona 2024-02-12 11:48:35 -05:00
parent 6868e029f9
commit ee6d4e673e

3
81.md
View File

@ -38,7 +38,8 @@ Example of private Status
"kind": 30382, "kind": 30382,
"tags": [ "tags": [
["d", "<randomUUID>"], ["d", "<randomUUID>"],
["n", "Clients"] ["n", "Clients"],
["n", "6064460175057025"], // see private n-tags below
], ],
"content": nip44Encrypt(JSON.stringify([ "content": nip44Encrypt(JSON.stringify([
["p", "<pubkey>", "relay"] ["p", "<pubkey>", "relay"]