diff options
| author | Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> | 2024-11-27 14:43:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-27 14:43:00 +0000 |
| commit | 821614aee1f0d7e6f618c5df6e626ea5981a906b (patch) | |
| tree | 2d18c7d1da53111d325123eb3bea3998fec3f485 /47.md | |
| parent | 64624a62eac4b2ee3e6b9da34c1aa77a33e20852 (diff) | |
multi_pay_invoice method Response error (grammatical)
The response section that explained how the multi_pay_invoice method worked had a grammatical error of explaining the differentiation between requests.
changed ".....contains an d tag" to "...contains a d tag"
Diffstat (limited to '47.md')
| -rw-r--r-- | 47.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -175,7 +175,7 @@ Request: | |||
| 175 | Response: | 175 | Response: |
| 176 | 176 | ||
| 177 | For every invoice in the request, a separate response event is sent. To differentiate between the responses, each | 177 | For every invoice in the request, a separate response event is sent. To differentiate between the responses, each |
| 178 | response event contains an `d` tag with the id of the invoice it is responding to, if no id was given, then the | 178 | response event contains a `d` tag with the id of the invoice it is responding to, if no id was given, then the |
| 179 | payment hash of the invoice should be used. | 179 | payment hash of the invoice should be used. |
| 180 | 180 | ||
| 181 | ```jsonc | 181 | ```jsonc |