diff options
| -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 | ||