upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrbittencourt <fbittencourt@neadvance.com>2023-03-09 14:04:57 +0000
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-20 08:06:14 -0300
commit342722963b5d6716410166c8e02d7d0b7cabb0f3 (patch)
tree8da3bc6bcc0f46656c3e187120c916cd7563b1c7
parenta090de2b90f9fd83e49fa39ff4c7ef52750e904b (diff)
fixed json schema
-rw-r--r--94.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/94.md b/94.md
index 06b03c8..0798d74 100644
--- a/94.md
+++ b/94.md
@@ -25,7 +25,7 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
25 ["decrypt",<algorithm>,<key>], 25 ["decrypt",<algorithm>,<key>],
26 ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], 26 ["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
27 ], 27 ],
28 "content": "A beautiful picture of a wild toucan", 28 "content": <description>,
29 "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field> 29 "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
30} 30}
31 31