mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Reword NIP-01 to clarify no line breaks. Existing language of "indentation" implies line breaks.
This commit is contained in:
parent
a0852a7cbe
commit
c274c65856
2
01.md
2
01.md
|
@ -30,7 +30,7 @@ The only object type that exists is the `event`, which has the following format
|
|||
}
|
||||
```
|
||||
|
||||
To obtain the `event.id`, we `sha256` the serialized event. The serialization is done over the UTF-8 JSON-serialized string (with no indentation or extra spaces) of the following structure:
|
||||
To obtain the `event.id`, we `sha256` the serialized event. The serialization is done over the UTF-8 JSON-serialized string (with no white space or line breaks) of the following structure:
|
||||
|
||||
```json
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue
Block a user