diff --git a/NIP-xx.md b/NIP-xx.md index 1490053..3424f67 100644 --- a/NIP-xx.md +++ b/NIP-xx.md @@ -63,7 +63,7 @@ Examples: | `name` | `` | Human-readable spell name | | `alt` | `` | [NIP-31](31.md) alternative text | | `t` | `` | Topic tag for categorization (multiple allowed) | -| `close-on-eose` | `""` | Clients SHOULD close the subscription after EOSE | +| `close-on-eose` | none | Clients SHOULD close the subscription after EOSE | | `e` | `` | Fork provenance: references the parent spell event | Note: `["t", "bitcoin"]` as a top-level tag categorizes the spell itself, while `["tag", "t", "bitcoin"]` is a filter condition matching events with `#t = bitcoin`. Both may appear in the same event. @@ -179,7 +179,7 @@ A COUNT spell with multiple kinds and an absolute timestamp: ["k", "7"], ["authors", "$me"], ["since", "1704067200"], - ["close-on-eose", ""] + ["close-on-eose"] ] } ```