mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
fix typo
This commit is contained in:
parent
c55678b307
commit
ded4c1659c
2
100.md
2
100.md
|
@ -468,7 +468,7 @@ Android intents and browsers url has limitations, so if you are using the return
|
|||
- params:
|
||||
|
||||
```js
|
||||
const intent = `intent:${encryptedText}#Intent;scheme=nostrsigner;S.pubKey=${hex_pub_key};S.compressionType=none;S.returnType=signature;S.type=nip44_encrypt;S.callbackUrl=https://example.com/?event=;end`;
|
||||
const intent = `intent:${encryptedText}#Intent;scheme=nostrsigner;S.pubKey=${hex_pub_key};S.compressionType=none;S.returnType=signature;S.type=nip04_decrypt;S.callbackUrl=https://example.com/?event=;end`;
|
||||
|
||||
window.href = intent;
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user