diff options
| author | Josua Schmid <josua.schmid@renuo.ch> | 2023-12-22 14:54:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-22 14:54:17 +0100 |
| commit | d30f03316f0b3ab56faba94b0abfcb9041b81764 (patch) | |
| tree | 7c31d033fbcc5b02673c87f87a52bb5d0dacdefd /README.md | |
| parent | 5ed4232584f3ab34192291daf985742248fb14ea (diff) | |
Emphasis on multiple filters in NIP-01
As mentioned further down in NIP-01
> A REQ message may contain multiple filters.
The comma makes it more clear that the message array can container more than 3 items. So it is understood easily to match
```
// correct:
["REQ", <subscription_id>, filters1, filters2, …]
```
instead of
```
// wrong:
["REQ", <subscription_id>, [filters1, filters2, …]]
```
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions