diff options
| author | xiaolou86 <20718693+xiaolou86@users.noreply.github.com> | 2023-12-04 15:47:59 +0800 |
|---|---|---|
| committer | xiaolou86 <20718693+xiaolou86@users.noreply.github.com> | 2023-12-04 16:08:35 +0800 |
| commit | 149ead16791b7c38fa73e55e82613c3b99a2a8eb (patch) | |
| tree | 4b550de17031e94ae5a6a65257ae1490ad29b9a0 /47.md | |
| parent | 9913395d90a602af56404ba2c9a1bc43cac65b26 (diff) | |
fix typo in 47.md
Diffstat (limited to '47.md')
| -rw-r--r-- | 47.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -129,7 +129,7 @@ Errors: | |||
| 129 | ## Example pay invoice flow | 129 | ## Example pay invoice flow |
| 130 | 130 | ||
| 131 | 0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect:` deeplink or configure the connection details manually. | 131 | 0. The user scans the QR code generated by the **wallet service** with their **client** application, they follow a `nostr+walletconnect:` deeplink or configure the connection details manually. |
| 132 | 1. **client** sends an event to the **wallet service** service with kind `23194`. The content is a `pay_invoice` request. The private key is the secret from the connection string above. | 132 | 1. **client** sends an event to the **wallet service** with kind `23194`. The content is a `pay_invoice` request. The private key is the secret from the connection string above. |
| 133 | 2. **wallet service** verifies that the author's key is authorized to perform the payment, decrypts the payload and sends the payment. | 133 | 2. **wallet service** verifies that the author's key is authorized to perform the payment, decrypts the payload and sends the payment. |
| 134 | 3. **wallet service** responds to the event by sending an event with kind `23195` and content being a response either containing an error message or a preimage. | 134 | 3. **wallet service** responds to the event by sending an event with kind `23195` and content being a response either containing an error message or a preimage. |
| 135 | 135 | ||