Added clarification for signature to be in hex

This commit is contained in:
Jimmy Song 2023-02-08 23:21:40 +04:00 committed by fiatjaf
parent 3f39a241b1
commit a9dd1ce771

2
01.md
View File

@ -26,7 +26,7 @@ The only object type that exists is the `event`, which has the following format
... // other kinds of tags may be included later ... // other kinds of tags may be included later
], ],
"content": <arbitrary string>, "content": <arbitrary string>,
"sig": <64-bytes signature of the sha256 hash of the serialized event data, which is the same as the "id" field> "sig": <64-bytes hex of the signature of the sha256 hash of the serialized event data, which is the same as the "id" field>
} }
``` ```