diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-02-13 08:42:47 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-13 08:42:47 -0300 |
| commit | a85067ec68f73ad72780dd2fba445bcaa1f5cba3 (patch) | |
| tree | b55736d9ea30bca59ef73db461cf8aaf87bb1bb1 /01.md | |
| parent | e91f8f22216a6a7059d5cb8670bb7a93693caa04 (diff) | |
| parent | 17ffd3ee4efa33c3f6abb4304d1c4dd998efc523 (diff) | |
Merge branch 'master' into longform
Diffstat (limited to '01.md')
| -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 | ||