diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-11-03 16:13:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 16:13:53 -0600 |
| commit | 6bcd89c097e97e65dbc95e7c6b7b8348e8dd6b5c (patch) | |
| tree | 91ae3ca09f6e555e9a61ceeb7ea771046b4c58de /57.md | |
| parent | c275ae74eb0070ad7ac5fe2482fdfb91fc99f4ff (diff) | |
| parent | 087437042be0dac04a5fce9ea243b6babd31fb63 (diff) | |
Merge pull request #1563 from tyiu/fix-formatting-and-pronouns
Remove extra backticks in code blocks and change unnecessary gender-specific pronouns to be gender neutral
Diffstat (limited to '57.md')
| -rw-r--r-- | 57.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -66,7 +66,7 @@ A signed `zap request` event is not published, but is instead sent using a HTTP | |||
| 66 | - `nostr` is the `9734` `zap request` event, JSON encoded then URI encoded | 66 | - `nostr` is the `9734` `zap request` event, JSON encoded then URI encoded |
| 67 | - `lnurl` is the lnurl pay url of the recipient, encoded using bech32 with the prefix `lnurl` | 67 | - `lnurl` is the lnurl pay url of the recipient, encoded using bech32 with the prefix `lnurl` |
| 68 | 68 | ||
| 69 | This request should return a JSON response with a `pr` key, which is the invoice the sender must pay to finalize his zap. Here is an example flow in javascript: | 69 | This request should return a JSON response with a `pr` key, which is the invoice the sender must pay to finalize their zap. Here is an example flow in javascript: |
| 70 | 70 | ||
| 71 | ```javascript | 71 | ```javascript |
| 72 | const senderPubkey // The sender's pubkey | 72 | const senderPubkey // The sender's pubkey |