upleb.uk

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

summaryrefslogtreecommitdiff
path: root/57.md
diff options
context:
space:
mode:
authorAsai Toshiya <to.asai.60@gmail.com>2023-11-24 02:44:12 +0900
committerGitHub <noreply@github.com>2023-11-23 14:44:12 -0300
commit5ae5a6d0553e34afc3cf19e96043f7e0e2b349ef (patch)
tree208799976bccde900c48c22037d756201eb02d4d /57.md
parent7822a8b12670312aff104ddc03066425882f739d (diff)
Remove "NIP-33" (#896)
Diffstat (limited to '57.md')
-rw-r--r--57.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/57.md b/57.md
index 2b2c97b..759e203 100644
--- a/57.md
+++ b/57.md
@@ -36,7 +36,7 @@ A `zap request` is an event of kind `9734` that is _not_ published to relays, bu
36In addition, the event MAY include the following tags: 36In addition, the event MAY include the following tags:
37 37
38- `e` is an optional hex-encoded event id. Clients MUST include this if zapping an event rather than a person. 38- `e` is an optional hex-encoded event id. Clients MUST include this if zapping an event rather than a person.
39- `a` is an optional NIP-33 event coordinate that allows tipping parameterized replaceable events such as NIP-23 long-form notes. 39- `a` is an optional event coordinate that allows tipping parameterized replaceable events such as NIP-23 long-form notes.
40 40
41Example: 41Example:
42 42
@@ -110,7 +110,7 @@ When a client sends a `zap request` event to a server's lnurl-pay callback URL,
1104. It MUST have 0 or 1 `e` tags 1104. It MUST have 0 or 1 `e` tags
1115. There should be a `relays` tag with the relays to send the `zap receipt` to. 1115. There should be a `relays` tag with the relays to send the `zap receipt` to.
1126. If there is an `amount` tag, it MUST be equal to the `amount` query parameter. 1126. If there is an `amount` tag, it MUST be equal to the `amount` query parameter.
1137. If there is an `a` tag, it MUST be a valid NIP-33 event coordinate 1137. If there is an `a` tag, it MUST be a valid event coordinate
114 114
115The event MUST then be stored for use later, when the invoice is paid. 115The event MUST then be stored for use later, when the invoice is paid.
116 116