Update 81.md

Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
This commit is contained in:
Vitor Pamplona 2024-05-10 10:39:22 -04:00 committed by GitHub
parent 4482a41d90
commit a3a678464e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
81.md
View File

@ -64,7 +64,7 @@ For relationships that MUST remain private, Event kind `30383` uses a similar st
], ],
"content": nip44Encrypt(JSON.stringify([ "content": nip44Encrypt(JSON.stringify([
["p", "<pubkey>", "relay"], ["p", "<pubkey>", "relay"],
["n", "Clients List"], ["n", "clients-list"],
["petname", "<My buddy>"], ["petname", "<My buddy>"],
["summary", "<Summary of the relationship>"], ["summary", "<Summary of the relationship>"],
])), ])),