mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-13 19:06:24 +00:00
enhancing the example with private ntags
This commit is contained in:
parent
6868e029f9
commit
ee6d4e673e
3
81.md
3
81.md
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user