mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 00:45:53 -05:00
formatting
This commit is contained in:
parent
df362d1461
commit
873569c208
6
81.md
6
81.md
|
@ -42,12 +42,12 @@ Example of Private Status
|
||||||
["n", "6064460175057025"], // see private n-tags below
|
["n", "6064460175057025"], // see private n-tags below
|
||||||
],
|
],
|
||||||
"content": nip44Encrypt(JSON.stringify([
|
"content": nip44Encrypt(JSON.stringify([
|
||||||
["p", "<pubkey>", "relay"]
|
["p", "<pubkey>", "relay"],
|
||||||
["nickname", "<My buddy>"]
|
["nickname", "<My buddy>"],
|
||||||
["summary", "<Summary of the relationship>"],
|
["summary", "<Summary of the relationship>"],
|
||||||
["nip82secret", "<secret used to decrypt medical data for this pubkey>"]
|
["nip82secret", "<secret used to decrypt medical data for this pubkey>"]
|
||||||
])),
|
])),
|
||||||
...other fields
|
// ...other fields
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user