diff options
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -96,7 +96,7 @@ nostrconnect://<local-keypair-pubkey>?relay=<wss://relay-to-connect-on>&metadata | |||
| 96 | "pubkey": <local_keypair_pubkey>, | 96 | "pubkey": <local_keypair_pubkey>, |
| 97 | "content": <nip04(<request>)>, | 97 | "content": <nip04(<request>)>, |
| 98 | "tags": [["p", <remote_user_pubkey>]], // NB: in the `create_account` event, the remote signer pubkey should be `p` tagged. | 98 | "tags": [["p", <remote_user_pubkey>]], // NB: in the `create_account` event, the remote signer pubkey should be `p` tagged. |
| 99 | "created_at": <unix timestamp in seconds>, | 99 | "created_at": <unix timestamp in seconds> |
| 100 | } | 100 | } |
| 101 | ``` | 101 | ``` |
| 102 | 102 | ||
| @@ -139,7 +139,7 @@ Each of the following are methods that the client sends to the remote signer. | |||
| 139 | "pubkey": <remote_signer_pubkey>, | 139 | "pubkey": <remote_signer_pubkey>, |
| 140 | "content": <nip04(<response>)>, | 140 | "content": <nip04(<response>)>, |
| 141 | "tags": [["p", <local_keypair_pubkey>]], | 141 | "tags": [["p", <local_keypair_pubkey>]], |
| 142 | "created_at": <unix timestamp in seconds>, | 142 | "created_at": <unix timestamp in seconds> |
| 143 | } | 143 | } |
| 144 | ``` | 144 | ``` |
| 145 | 145 | ||