diff --git a/47.md b/47.md index d1030a47..dbe75d05 100644 --- a/47.md +++ b/47.md @@ -128,7 +128,7 @@ nostr+walletconnect://b889ff5b1513b641e2a139f661a661364979c5beee91842f8f0ef42ab5 ### `pay_invoice` -Description: Requests payment of an invoice. +Description: Requests payment for an invoice. Request: ```jsonc @@ -157,7 +157,7 @@ Errors: ### `multi_pay_invoice` -Description: Requests payment of multiple invoices. +Description: Requests payment for multiple invoices. Request: ```jsonc @@ -175,7 +175,7 @@ Request: Response: For every invoice in the request, a separate response event is sent. To differentiate between the responses, each -response event contains a `d` tag with the id of the invoice it is responding to, if no id was given, then the +response event contains an `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. ```jsonc @@ -247,7 +247,7 @@ Request: Response: For every keysend 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 keysend it is responding to, if no id was given, then the +response event contains a `d` tag with the id of the keysend it is responding to, if no id was given, then the pubkey should be used. ```jsonc