diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-07-28 15:19:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 15:19:20 -0500 |
| commit | 66aae341e2e7edb57b9d595103f05cb1c64ea18f (patch) | |
| tree | 4a36f4c83e4cac93340e022f59433abd9b9c6132 /47.md | |
| parent | 981f3ee61153fbadcf8c7ce033f9213426e14a97 (diff) | |
| parent | b47c50fa6e95300d537cc06df6755dc2691e3213 (diff) | |
Merge pull request #1394 from gnostr-org/2015/854373/633044/6826f5a/18d3c2e-47.md
47.md:use relative link
Diffstat (limited to '47.md')
| -rw-r--r-- | 47.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -38,7 +38,7 @@ a plaintext string with the supported commands, space-separated, eg. `pay_invoic | |||
| 38 | Both the request and response events SHOULD contain one `p` tag, containing the public key of the **wallet service** if this is a request, and the public key of the **user** if this is a response. The response event SHOULD contain an `e` tag with the id of the request event it is responding to. | 38 | Both the request and response events SHOULD contain one `p` tag, containing the public key of the **wallet service** if this is a request, and the public key of the **user** if this is a response. The response event SHOULD contain an `e` tag with the id of the request event it is responding to. |
| 39 | Optionally, a request can have an `expiration` tag that has a unix timestamp in seconds. If the request is received after this timestamp, it should be ignored. | 39 | Optionally, a request can have an `expiration` tag that has a unix timestamp in seconds. If the request is received after this timestamp, it should be ignored. |
| 40 | 40 | ||
| 41 | The content of requests and responses is encrypted with [NIP04](https://github.com/nostr-protocol/nips/blob/master/04.md), and is a JSON-RPCish object with a semi-fixed structure: | 41 | The content of requests and responses is encrypted with [NIP04](04.md), and is a JSON-RPCish object with a semi-fixed structure: |
| 42 | 42 | ||
| 43 | Request: | 43 | Request: |
| 44 | ```jsonc | 44 | ```jsonc |