formatting

This commit is contained in:
Vitor Pamplona 2024-02-12 11:51:45 -05:00
parent df362d1461
commit 873569c208

6
81.md
View File

@ -42,12 +42,12 @@ Example of Private Status
["n", "6064460175057025"], // see private n-tags below
],
"content": nip44Encrypt(JSON.stringify([
["p", "<pubkey>", "relay"]
["nickname", "<My buddy>"]
["p", "<pubkey>", "relay"],
["nickname", "<My buddy>"],
["summary", "<Summary of the relationship>"],
["nip82secret", "<secret used to decrypt medical data for this pubkey>"]
])),
...other fields
// ...other fields
}
```