diff options
Diffstat (limited to '75.md')
| -rw-r--r-- | 75.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -53,11 +53,11 @@ The following tags are OPTIONAL. | |||
| 53 | } | 53 | } |
| 54 | ``` | 54 | ``` |
| 55 | 55 | ||
| 56 | The goal MAY include an `r` or `a` tag linking to a URL or parameterized replaceable event. | 56 | The goal MAY include an `r` or `a` tag linking to a URL or tagged-replaceable event. |
| 57 | 57 | ||
| 58 | The goal MAY include multiple beneficiary pubkeys by specifying [`zap` tags](57.md#appendix-g-zap-tag-on-other-events). | 58 | The goal MAY include multiple beneficiary pubkeys by specifying [`zap` tags](57.md#appendix-g-zap-tag-on-other-events). |
| 59 | 59 | ||
| 60 | Parameterized replaceable events can link to a goal by using a `goal` tag specifying the event id and an optional relay hint. | 60 | Tagged-replaceable events can link to a goal by using a `goal` tag specifying the event id and an optional relay hint. |
| 61 | 61 | ||
| 62 | ```json | 62 | ```json |
| 63 | { | 63 | { |
| @@ -77,7 +77,7 @@ Clients MAY display funding goals on user profiles. | |||
| 77 | 77 | ||
| 78 | When zapping a goal event, clients MUST include the relays in the `relays` tag of the goal event in the zap request `relays` tag. | 78 | When zapping a goal event, clients MUST include the relays in the `relays` tag of the goal event in the zap request `relays` tag. |
| 79 | 79 | ||
| 80 | When zapping a parameterized replaceable event with a `goal` tag, clients SHOULD tag the goal event id in the `e` tag of the zap request. | 80 | When zapping a tagged-replaceable event with a `goal` tag, clients SHOULD tag the goal event id in the `e` tag of the zap request. |
| 81 | 81 | ||
| 82 | ## Use cases | 82 | ## Use cases |
| 83 | 83 | ||