upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreenart7c3 <greenart7c3@proton.me>2024-02-14 14:37:42 -0300
committergreenart7c3 <greenart7c3@proton.me>2024-02-14 14:37:42 -0300
commitded4c1659ce838625705f86bb563df7507d52503 (patch)
tree755cf38ca618c8541c3b6fac861d9a0b7038d7da
parentc55678b30740c1aa4aa968239fb21fb05c38a92c (diff)
fix typo
-rw-r--r--100.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/100.md b/100.md
index cddb806..ee5149a 100644
--- a/100.md
+++ b/100.md
@@ -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 ```