upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerechorse <935horse@gmail.com>2023-07-21 00:48:55 +0900
committererechorse <935horse@gmail.com>2023-07-21 00:48:55 +0900
commitd0cb9d0c24ec9815b0668bffff246a19352b9ca2 (patch)
tree59aa91da4ef6e836546bbc51525b2dce40ca1a6f
parentad39e1f3ca5ff2e61b1fc718a680c304acd82fef (diff)
Fix typos about inline code
-rw-r--r--56.md2
-rw-r--r--57.md2
-rw-r--r--65.md6
3 files changed, 5 insertions, 5 deletions
diff --git a/56.md b/56.md
index 43b7bad..a129926 100644
--- a/56.md
+++ b/56.md
@@ -10,7 +10,7 @@ Reporting
10A report is a `kind 1984` note that is used to report other notes for spam, 10A report is a `kind 1984` note that is used to report other notes for spam,
11illegal and explicit content. 11illegal and explicit content.
12 12
13The content MAY contain additional information submitted by the entity 13The `content` MAY contain additional information submitted by the entity
14reporting the content. 14reporting the content.
15 15
16Tags 16Tags
diff --git a/57.md b/57.md
index 438a0f8..95dba3b 100644
--- a/57.md
+++ b/57.md
@@ -126,7 +126,7 @@ When receiving a payment, the following steps are executed:
126 126
127The following should be true of the `zap receipt` event: 127The following should be true of the `zap receipt` event:
128 128
129- The content SHOULD be empty. 129- The `content` SHOULD be empty.
130- The `created_at` date SHOULD be set to the invoice `paid_at` date for idempotency. 130- The `created_at` date SHOULD be set to the invoice `paid_at` date for idempotency.
131- `tags` MUST include the `p` tag AND optional `e` tag from the `zap request`. 131- `tags` MUST include the `p` tag AND optional `e` tag from the `zap request`.
132- The `zap receipt` MUST have a `bolt11` tag containing the description hash bolt11 invoice. 132- The `zap receipt` MUST have a `bolt11` tag containing the description hash bolt11 invoice.
diff --git a/65.md b/65.md
index 4c7a6a5..55f9ff0 100644
--- a/65.md
+++ b/65.md
@@ -10,7 +10,7 @@ A special replaceable event meaning "Relay List Metadata" is defined as an event
10 10
11The primary purpose of this relay list is to advertise to others, not for configuring one's client. 11The primary purpose of this relay list is to advertise to others, not for configuring one's client.
12 12
13The content is not used and SHOULD be an empty string. 13The `content` is not used and SHOULD be an empty string.
14 14
15The `r` tags can have a second parameter as either `read` or `write`. If it is omitted, it means the author uses the relay for both purposes. 15The `r` tags can have a second parameter as either `read` or `write`. If it is omitted, it means the author uses the relay for both purposes.
16 16
@@ -53,12 +53,12 @@ Authors may post events outside of the feed that they wish their followers to fo
53It is suggested that relays allow any user to write their own kind `10002` event (optionally with AUTH to verify it is their own) even if they are not otherwise subscribed to the relay because 53It is suggested that relays allow any user to write their own kind `10002` event (optionally with AUTH to verify it is their own) even if they are not otherwise subscribed to the relay because
54 54
55 - finding where someone posts is rather important 55 - finding where someone posts is rather important
56 - these events do not have content that needs management 56 - these events do not have `content` that needs management
57 - relays only need to store one replaceable event per pubkey to offer this service 57 - relays only need to store one replaceable event per pubkey to offer this service
58 58
59### Why not in kind `0` Metadata 59### Why not in kind `0` Metadata
60 60
61Even though this is user related metadata, it is a separate event from kind `0` in order to keep it small (as it should be widely spread) and to not have content that may require moderation by relay operators so that it is more acceptable to relays. 61Even though this is user related metadata, it is a separate event from kind `0` in order to keep it small (as it should be widely spread) and to not have `content` that may require moderation by relay operators so that it is more acceptable to relays.
62 62
63### Example 63### Example
64 64