diff options
| author | greenart7c3 <greenart7c3@proton.me> | 2024-02-14 14:37:42 -0300 |
|---|---|---|
| committer | greenart7c3 <greenart7c3@proton.me> | 2024-02-14 14:37:42 -0300 |
| commit | ded4c1659ce838625705f86bb563df7507d52503 (patch) | |
| tree | 755cf38ca618c8541c3b6fac861d9a0b7038d7da | |
| parent | c55678b30740c1aa4aa968239fb21fb05c38a92c (diff) | |
fix typo
| -rw-r--r-- | 100.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -468,7 +468,7 @@ Android intents and browsers url has limitations, so if you are using the return | |||
| 468 | - params: | 468 | - params: |
| 469 | 469 | ||
| 470 | ```js | 470 | ```js |
| 471 | 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`; | 471 | 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`; |
| 472 | 472 | ||
| 473 | window.href = intent; | 473 | window.href = intent; |
| 474 | ``` | 474 | ``` |