mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Merge pull request #1231 from adamdecaf/nip-90-link-fixes
nip90: fix links
This commit is contained in:
commit
0acdf57ab1
6
90.md
6
90.md
|
@ -162,8 +162,8 @@ Service providers can give feedback about a job back to the customer.
|
||||||
```
|
```
|
||||||
|
|
||||||
* `content`: Either empty or a job-result (e.g. for partial-result samples)
|
* `content`: Either empty or a job-result (e.g. for partial-result samples)
|
||||||
* `amount` tag: as defined in the [Job Result](#job-result) section.
|
* `amount` tag: as defined in the [Job Result](#job-result-kind6000-6999) section.
|
||||||
* `status` tag: Service Providers SHOULD indicate what this feedback status refers to. [Appendix 1](#appendix-1-job-feedback-status) defines status. Extra human-readable information can be added as an extra argument.
|
* `status` tag: Service Providers SHOULD indicate what this feedback status refers to. [Job Feedback Status](#job-feedback-status) defines status. Extra human-readable information can be added as an extra argument.
|
||||||
|
|
||||||
* NOTE: If the input params requires input to be encrypted, then `content` field will have encrypted payload with `p` tag as key.
|
* NOTE: If the input params requires input to be encrypted, then `content` field will have encrypted payload with `p` tag as key.
|
||||||
|
|
||||||
|
@ -177,7 +177,7 @@ Service providers can give feedback about a job back to the customer.
|
||||||
| `success` | Service Provider successfully processed the job. |
|
| `success` | Service Provider successfully processed the job. |
|
||||||
| `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. |
|
| `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. |
|
||||||
|
|
||||||
Any job feedback event MIGHT include results in the `.content` field, as described in the [Job Result](#job-result) section. This is useful for service providers to provide a sample of the results that have been processed so far.
|
Any job feedback event MIGHT include results in the `.content` field, as described in the [Job Result](#job-result-kind6000-6999) section. This is useful for service providers to provide a sample of the results that have been processed so far.
|
||||||
|
|
||||||
|
|
||||||
# Protocol Flow
|
# Protocol Flow
|
||||||
|
|
Loading…
Reference in New Issue
Block a user