diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-05-11 11:36:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 11:36:22 -0700 |
| commit | 0acdf57ab18ef4143fc6ca8dc800adf1437bf95e (patch) | |
| tree | 0309e63e9ff88bd195bb7919bf4a8c749f68f90d | |
| parent | 69e14f1dca1e7ae439072d157b62ad3462086116 (diff) | |
| parent | c2d9b40d5bcf2d04cd04c19b42065e5158ecbab8 (diff) | |
Merge pull request #1231 from adamdecaf/nip-90-link-fixes
nip90: fix links
| -rw-r--r-- | 90.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -162,8 +162,8 @@ Service providers can give feedback about a job back to the customer. | |||
| 162 | ``` | 162 | ``` |
| 163 | 163 | ||
| 164 | * `content`: Either empty or a job-result (e.g. for partial-result samples) | 164 | * `content`: Either empty or a job-result (e.g. for partial-result samples) |
| 165 | * `amount` tag: as defined in the [Job Result](#job-result) section. | 165 | * `amount` tag: as defined in the [Job Result](#job-result-kind6000-6999) section. |
| 166 | * `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. | 166 | * `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. |
| 167 | 167 | ||
| 168 | * NOTE: If the input params requires input to be encrypted, then `content` field will have encrypted payload with `p` tag as key. | 168 | * NOTE: If the input params requires input to be encrypted, then `content` field will have encrypted payload with `p` tag as key. |
| 169 | 169 | ||
| @@ -177,7 +177,7 @@ Service providers can give feedback about a job back to the customer. | |||
| 177 | | `success` | Service Provider successfully processed the job. | | 177 | | `success` | Service Provider successfully processed the job. | |
| 178 | | `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. | | 178 | | `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. | |
| 179 | 179 | ||
| 180 | 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. | 180 | 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. |
| 181 | 181 | ||
| 182 | 182 | ||
| 183 | # Protocol Flow | 183 | # Protocol Flow |