mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Added clarification for signature to be in hex
This commit is contained in:
parent
3f39a241b1
commit
a9dd1ce771
2
01.md
2
01.md
|
@ -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>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user