Update NIP-09 to rename to deletion request

This commit is contained in:
Terry Yiu 2024-08-15 01:19:07 -04:00
parent 95885afe2d
commit 0ee877275a
No known key found for this signature in database
GPG key ID: 108645AE8A19B71A
7 changed files with 20 additions and 20 deletions

2
90.md
View file

@ -199,7 +199,7 @@ Some service providers might choose to submit a `payment-required` as the first
It's not up to this NIP to define how individual vending machines should choose to run their business.
# Cancellation
A job request might be canceled by publishing a `kind:5` retract request event tagging the job request event.
A job request might be canceled by publishing a `kind:5` delete request event tagging the job request event.
# Appendix 1: Job chaining
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.