From 873569c208bd2b3591aaa9007cef64620444cef1 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Mon, 12 Feb 2024 11:51:45 -0500 Subject: [PATCH] formatting --- 81.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/81.md b/81.md index 5d71171..b58d205 100644 --- a/81.md +++ b/81.md @@ -42,12 +42,12 @@ Example of Private Status ["n", "6064460175057025"], // see private n-tags below ], "content": nip44Encrypt(JSON.stringify([ - ["p", "", "relay"] - ["nickname", ""] + ["p", "", "relay"], + ["nickname", ""], ["summary", ""], ["nip82secret", ""] ])), - ...other fields + // ...other fields } ```