upleb.uk

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

summaryrefslogtreecommitdiff
path: root/46.md
diff options
context:
space:
mode:
authorAsai Toshiya <to.asai.60@gmail.com>2024-02-22 12:30:18 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2024-02-22 09:50:12 -0300
commit4313fbf7a5c1d7d2c29e414ed68104641f3286fa (patch)
tree332b91fc4c43519defabc27cfff90e7d8e7c5095 /46.md
parentcbee1092d25ba60ee3d94de1cc72a8f1efb69070 (diff)
NIP-46, NIP-49, NIP-65: fix typos
Diffstat (limited to '46.md')
-rw-r--r--46.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/46.md b/46.md
index d934300..eb96494 100644
--- a/46.md
+++ b/46.md
@@ -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