upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdabs <6774432+jdabs@users.noreply.github.com>2025-01-01 11:09:21 -0500
committerGitHub <noreply@github.com>2025-01-01 11:09:21 -0500
commitcd09e6c9d8f5eadd33486aee7f7b4fb56791e4b6 (patch)
tree41df88cc4f2197bf82bcb63fa56285afc8fe35a0
parent42370a3d30ccf73c0e6f4adf9e2ee60fc7ad5524 (diff)
Grammar updates to 47.md
Minor grammatical edits for clarity. - "It's" to "its" to show the possessive case intended instead of the contraction - Correct article from "an" to "a" for the following d letter (consonant sound) - Minor edit to fix comma splices with a semicolon ( ; ) to clarify two independent thoughts. Somewhat optional, but it clarifies the two long sentences. Period can instead be used instead as a new sentence.
-rw-r--r--47.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/47.md b/47.md
index d1030a4..932c263 100644
--- a/47.md
+++ b/47.md
@@ -107,7 +107,7 @@ The content of notifications is encrypted with [NIP04](https://github.com/nostr-
107## Nostr Wallet Connect URI 107## Nostr Wallet Connect URI
108**client** discovers **wallet service** by scanning a QR code, handling a deeplink or pasting in a URI. 108**client** discovers **wallet service** by scanning a QR code, handling a deeplink or pasting in a URI.
109 109
110The **wallet service** generates this connection URI with protocol `nostr+walletconnect://` and base path it's hex-encoded `pubkey` with the following query string parameters: 110The **wallet service** generates this connection URI with protocol `nostr+walletconnect://` and base path its hex-encoded `pubkey` with the following query string parameters:
111 111
112- `relay` Required. URL of the relay where the **wallet service** is connected and will be listening for events. May be more than one. 112- `relay` Required. URL of the relay where the **wallet service** is connected and will be listening for events. May be more than one.
113- `secret` Required. 32-byte randomly generated hex encoded string. The **client** MUST use this to sign events and encrypt payloads when communicating with the **wallet service**. 113- `secret` Required. 32-byte randomly generated hex encoded string. The **client** MUST use this to sign events and encrypt payloads when communicating with the **wallet service**.
@@ -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 a `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
@@ -247,7 +247,7 @@ Request:
247Response: 247Response:
248 248
249For every keysend in the request, a separate response event is sent. To differentiate between the responses, each 249For every keysend in the request, a separate response event is sent. To differentiate between the responses, each
250response event contains an `d` tag with the id of the keysend it is responding to, if no id was given, then the 250response event contains a `d` tag with the id of the keysend it is responding to; if no id was given, then the
251pubkey should be used. 251pubkey should be used.
252 252
253```jsonc 253```jsonc