diff options
| author | Sepehr Safari <safari.sepehr@gmail.com> | 2023-03-15 15:14:46 +0330 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-16 20:54:00 -0300 |
| commit | dbbf7902d9e11f3515961ff026daf961cd0d10bd (patch) | |
| tree | 173f157a570af2244c4523ac0c84af7bb956cac5 /01.md | |
| parent | b24eb78e048fad09233527cf62c6adf3628ded0d (diff) | |
remove tiny duplicate text
fixed "the the serialized event data" => "the serialized event data"
Diffstat (limited to '01.md')
| -rw-r--r-- | 01.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -16,7 +16,7 @@ The only object type that exists is the `event`, which has the following format | |||
| 16 | 16 | ||
| 17 | ```json | 17 | ```json |
| 18 | { | 18 | { |
| 19 | "id": <32-bytes lowercase hex-encoded sha256 of the the serialized event data> | 19 | "id": <32-bytes lowercase hex-encoded sha256 of the serialized event data> |
| 20 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, | 20 | "pubkey": <32-bytes lowercase hex-encoded public key of the event creator>, |
| 21 | "created_at": <unix timestamp in seconds>, | 21 | "created_at": <unix timestamp in seconds>, |
| 22 | "kind": <integer>, | 22 | "kind": <integer>, |