Update 01.md

Co-authored-by: Alex Gleason <alex@alexgleason.me>
This commit is contained in:
Cody Casterline 2024-06-22 13:59:10 -07:00 committed by GitHub
parent cbda015ba0
commit 9e9d58485e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
01.md
View File

@ -126,7 +126,7 @@ Clients can send 3 types of messages, which must be JSON arrays, according to th
"kinds": <a list of a kind numbers>,
"#<single-letter (a-zA-Z)>": <a list of tag values, for #e a list of event ids, for #p a list of pubkeys, etc.>,
"since": <an integer unix timestamp in seconds. Events must have a created_at >= this to pass>,
"until": <an integer unix timestamp in seconds. Events must have a created_at <= this to pass>,
"until": <an integer unix timestamp in seconds. Events must have a created_at <= to this to pass>,
"limit": <maximum number of events relays SHOULD return in the initial query>
}
```