diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-11-28 00:14:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-28 00:14:31 +0900 |
| commit | 06dc14c9c117edb50218c663a0159f25bb00d0b8 (patch) | |
| tree | 2d18c7d1da53111d325123eb3bea3998fec3f485 | |
| parent | 64624a62eac4b2ee3e6b9da34c1aa77a33e20852 (diff) | |
| parent | 821614aee1f0d7e6f618c5df6e626ea5981a906b (diff) | |
Merge pull request #1611 from Gudnessuche/patch-1
multi_pay_invoice method Response error (grammatical)
| -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 |