upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Christ <120573631+Gudnessuche@users.noreply.github.com>2024-11-27 14:43:00 +0000
committerGitHub <noreply@github.com>2024-11-27 14:43:00 +0000
commit821614aee1f0d7e6f618c5df6e626ea5981a906b (patch)
tree2d18c7d1da53111d325123eb3bea3998fec3f485
parent64624a62eac4b2ee3e6b9da34c1aa77a33e20852 (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"
-rw-r--r--47.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/47.md b/47.md
index 71cd076..d1030a4 100644
--- a/47.md
+++ b/47.md
@@ -175,7 +175,7 @@ Request:
175Response: 175Response:
176 176
177For every invoice in the request, a separate response event is sent. To differentiate between the responses, each 177For every invoice in the request, a separate response event is sent. To differentiate between the responses, each
178response event contains an `d` tag with the id of the invoice it is responding to, if no id was given, then the 178response event contains a `d` tag with the id of the invoice it is responding to, if no id was given, then the
179payment hash of the invoice should be used. 179payment hash of the invoice should be used.
180 180
181```jsonc 181```jsonc