upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Song <jaejoon@gmail.com>2023-02-08 23:21:40 +0400
committerfiatjaf <fiatjaf@gmail.com>2023-02-08 16:39:31 -0300
commita9dd1ce7710bd801bdc0d09c233d087ca2d3c10d (patch)
tree380154dbbc871dee9c0c880695daca18f390b29c
parent3f39a241b170a4e11d5c162c03f03da4fedb0756 (diff)
Added clarification for signature to be in hex
-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