multi_pay_invoice Response fix

Co-authored-by: Asai Toshiya <to.asai.60@gmail.com>
This commit is contained in:
Jesus Christ 2024-11-27 15:48:16 +00:00 committed by GitHub
parent f1253c9746
commit 210e4ec5d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
47.md
View File

@ -175,7 +175,7 @@ Request:
Response: Response:
For every invoice in the request, a separate response event is sent. To differentiate between the responses, each For every invoice in the request, a separate response event is sent. To differentiate between the responses, each
response event contains an `d` tag with the id of the invoice it is responding to, if no id was given, then the response event contains a `d` tag with the id of the invoice it is responding to, if no id was given, then the
payment hash of the invoice should be used. payment hash of the invoice should be used.
```jsonc ```jsonc