From 8362ff8f79d913ac1dfded9668cd31dcc8c73f22 Mon Sep 17 00:00:00 2001 From: Ben Franks Date: Wed, 25 Jan 2023 17:10:03 +0000 Subject: Update NIP-01 to clarify since and until filters The since and until filters does not clarify integer format and some relays fail to recognize filters with a float based timestamp. --- 01.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '01.md') diff --git a/01.md b/01.md index 38ba290..e1e9444 100644 --- a/01.md +++ b/01.md @@ -66,8 +66,8 @@ Clients can send 3 types of messages, which must be JSON arrays, according to th "kinds": , "#e": , "#p": , - "since": , - "until": , + "since": , + "until": , "limit": } ``` -- cgit v1.2.3