mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-12 23:19:08 -05:00
typo fix
This commit is contained in:
parent
d39fa6db2d
commit
19dfd630d7
2
01.md
2
01.md
|
@ -16,7 +16,7 @@ The only object type that exists is the `event`, which has the following format
|
|||
|
||||
```json
|
||||
{
|
||||
"id": <32-bytes lowercase hex-encoded sha256 of the the serialized event data>
|
||||
"id": <32-bytes lowercase hex-encoded sha256 of the serialized event data>
|
||||
"pubkey": <32-bytes lowercase hex-encoded public key of the event creator>,
|
||||
"created_at": <unix timestamp in seconds>,
|
||||
"kind": <integer>,
|
||||
|
|
Loading…
Reference in New Issue
Block a user