NIP-46, NIP-49, NIP-65: fix typos

This commit is contained in:
Asai Toshiya 2024-02-22 12:30:18 +09:00 committed by fiatjaf_
parent cbee1092d2
commit 4313fbf7a5
3 changed files with 10 additions and 10 deletions

4
46.md
View file

@ -96,7 +96,7 @@ nostrconnect://<local-keypair-pubkey>?relay=<wss://relay-to-connect-on>&metadata
"pubkey": <local_keypair_pubkey>,
"content": <nip04(<request>)>,
"tags": [["p", <remote_user_pubkey>]], // NB: in the `create_account` event, the remote signer pubkey should be `p` tagged.
"created_at": <unix timestamp in seconds>,
"created_at": <unix timestamp in seconds>
}
```
@ -139,7 +139,7 @@ Each of the following are methods that the client sends to the remote signer.
"pubkey": <remote_signer_pubkey>,
"content": <nip04(<response>)>,
"tags": [["p", <local_keypair_pubkey>]],
"created_at": <unix timestamp in seconds>,
"created_at": <unix timestamp in seconds>
}
```