upleb.uk

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

summaryrefslogtreecommitdiff
path: root/01.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-02-13 08:42:47 -0300
committerGitHub <noreply@github.com>2023-02-13 08:42:47 -0300
commita85067ec68f73ad72780dd2fba445bcaa1f5cba3 (patch)
treeb55736d9ea30bca59ef73db461cf8aaf87bb1bb1 /01.md
parente91f8f22216a6a7059d5cb8670bb7a93693caa04 (diff)
parent17ffd3ee4efa33c3f6abb4304d1c4dd998efc523 (diff)
Merge branch 'master' into longform
Diffstat (limited to '01.md')
-rw-r--r--01.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/01.md b/01.md
index e1e9444..68efc6f 100644
--- a/01.md
+++ b/01.md
@@ -26,7 +26,7 @@ The only object type that exists is the `event`, which has the following format
26 ... // other kinds of tags may be included later 26 ... // other kinds of tags may be included later
27 ], 27 ],
28 "content": <arbitrary string>, 28 "content": <arbitrary string>,
29 "sig": <64-bytes 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```
32 32