diff options
| author | Zack Wynne <zack.wynne@icloud.com> | 2023-01-27 11:47:54 -0700 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-27 15:58:44 -0300 |
| commit | 3b1cd96798a9c6b6607b01814b31266dc41934f0 (patch) | |
| tree | 169ae46e6473d3a119f6b67e0256067db3d8db9e /26.md | |
| parent | 524ff9b8052d7e8c0515f63baae218dc40c6f696 (diff) | |
NIP-26: fixing typo in conditions query string section
Diffstat (limited to '26.md')
| -rw-r--r-- | 26.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -38,11 +38,11 @@ The following fields and operators are supported in the above query string: | |||
| 38 | *Fields*: | 38 | *Fields*: |
| 39 | 1. `kind` | 39 | 1. `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 |
| 42 | 2. `created_at` | 42 | 2. `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 | ||
| 47 | In 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 `&`. | 47 | In 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 | ||