diff options
| author | Jimmy Song <jaejoon@gmail.com> | 2023-02-08 23:21:40 +0400 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-02-08 16:39:31 -0300 |
| commit | a9dd1ce7710bd801bdc0d09c233d087ca2d3c10d (patch) | |
| tree | 380154dbbc871dee9c0c880695daca18f390b29c | |
| parent | 3f39a241b170a4e11d5c162c03f03da4fedb0756 (diff) | |
Added clarification for signature to be in hex
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||