This commit is contained in:
Vitor Pamplona 2024-02-12 11:49:02 -05:00
parent ee6d4e673e
commit 1bcbd31090

2
81.md
View File

@ -65,7 +65,7 @@ Clients MAY hide human readable `n`-tags behind a code and list their code maps
{ {
"kind": 10007, "kind": 10007,
"content": nip44Encrypt(JSON.stringify([ "content": nip44Encrypt(JSON.stringify([
["n_name", "<Code used in other events>", "<Name>"], ["n_name", "<Code used in other events>", "<Human readable name>"],
["n_name", "Clients", "Clients"] // public list of my Clients ["n_name", "Clients", "Clients"] // public list of my Clients
["n_name", "6064460175057025", "Idiots"] // private list of idiots ["n_name", "6064460175057025", "Idiots"] // private list of idiots
])), ])),