remove windows newlines from 69.md

This commit is contained in:
toadlyBroodle 2023-05-06 21:35:49 +09:00
parent ecbf7dd24d
commit e47f23afd7

2
69.md
View File

@ -77,7 +77,7 @@ The zap request event (kind `9734`):
* MUST include at least 1 `p` tag specifying the recipient's key, chosen from the original poll event's list of keys
* MUST include the same primary hosting relay URL in all `p` tags as is specified in the `e` tag
* MUST include exactly 1 `poll_option` tag which references the chosen vote option by its corresponding index `n`
* MUST include a valid `ots` tag, if the original poll event specifies a `closed_at` time
* MUST include a valid [NIP03](./03.md) `ots` tag, if the original poll event specifies a `closed_at` time
```json
...