upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/26.md
diff options
context:
space:
mode:
authorZack Wynne <zack.wynne@icloud.com>2023-01-27 11:47:54 -0700
committerfiatjaf <fiatjaf@gmail.com>2023-01-27 15:58:44 -0300
commit3b1cd96798a9c6b6607b01814b31266dc41934f0 (patch)
tree169ae46e6473d3a119f6b67e0256067db3d8db9e /26.md
parent524ff9b8052d7e8c0515f63baae218dc40c6f696 (diff)
NIP-26: fixing typo in conditions query string section
Diffstat (limited to '26.md')
-rw-r--r--26.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/26.md b/26.md
index 3eb1856..1299b72 100644
--- a/26.md
+++ b/26.md
@@ -38,11 +38,11 @@ The following fields and operators are supported in the above query string:
38*Fields*: 38*Fields*:
391. `kind` 391. `kind`
40 - *Operators*: 40 - *Operators*:
41 - `=${KIND_NUMBER}` - delegator may only sign events of this kind 41 - `=${KIND_NUMBER}` - delegatee may only sign events of this kind
422. `created_at` 422. `created_at`
43 - *Operators*: 43 - *Operators*:
44 - `<${TIMESTAMP}` - delegator may only sign events created ***before*** the specified timestamp 44 - `<${TIMESTAMP}` - delegatee may only sign events created ***before*** the specified timestamp
45 - `>${TIMESTAMP}` - delegator may only sign events created ***after*** the specified timestamp 45 - `>${TIMESTAMP}` - delegatee may only sign events created ***after*** the specified timestamp
46 46
47In order to create a single condition, you must use a supported field and operator. Multiple conditions can be used in a single query string, including on the same field. Conditions must be combined with `&`. 47In order to create a single condition, you must use a supported field and operator. Multiple conditions can be used in a single query string, including on the same field. Conditions must be combined with `&`.
48 48