From f1253c974666b198df75262ecabd2f997261732c Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:24:51 +0000 Subject: [PATCH] Update changes for pay_invoice, multi_pay_invoice, multi_pay_keysend pay_invoice: Request description grammar error multi_pay_invoice: Request description grammar error multi_pay_keysend: Response description grammar error --- 47.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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