diff options
| author | Terry Yiu <963907+tyiu@users.noreply.github.com> | 2024-08-14 20:02:13 -0400 |
|---|---|---|
| committer | Terry Yiu <963907+tyiu@users.noreply.github.com> | 2024-08-14 20:08:41 -0400 |
| commit | 95885afe2da245b0c4d80b91e9e44ee7f5ad447f (patch) | |
| tree | 5db11cf600c38c9c23e87e4b2ecaddf8afdfad14 /90.md | |
| parent | 645a562a8b870a41fd953a422e171b33f74aef07 (diff) | |
Update NIP-09 to rename deletion to retraction
Diffstat (limited to '90.md')
| -rw-r--r-- | 90.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -199,7 +199,7 @@ Some service providers might choose to submit a `payment-required` as the first | |||
| 199 | It's not up to this NIP to define how individual vending machines should choose to run their business. | 199 | It's not up to this NIP to define how individual vending machines should choose to run their business. |
| 200 | 200 | ||
| 201 | # Cancellation | 201 | # Cancellation |
| 202 | A job request might be canceled by publishing a `kind:5` delete request event tagging the job request event. | 202 | A job request might be canceled by publishing a `kind:5` retract request event tagging the job request event. |
| 203 | 203 | ||
| 204 | # Appendix 1: Job chaining | 204 | # Appendix 1: Job chaining |
| 205 | A Customer MAY request multiple jobs to be processed as a chain, where the output of a job is the input of another job. (e.g. podcast transcription -> summarization of the transcription). This is done by specifying as input an event id of a different job with the `job` type. | 205 | A Customer MAY request multiple jobs to be processed as a chain, where the output of a job is the input of another job. (e.g. podcast transcription -> summarization of the transcription). This is done by specifying as input an event id of a different job with the `job` type. |