upleb.uk

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

summaryrefslogtreecommitdiff
path: root/55.md
diff options
context:
space:
mode:
authorDanny M <25923265+dannym-arx@users.noreply.github.com>2026-02-13 13:56:59 +0100
committerGitHub <noreply@github.com>2026-02-13 07:56:59 -0500
commit5d232e65254100d543ebd1936d966085e9820dae (patch)
treeb1b542a6dda504765328dea0e0acb160f050fe7d /55.md
parente83326e6d45050f323de128e2e0b75ea9e0acde2 (diff)
fix typo in nip-55 (#2222)
Diffstat (limited to '55.md')
-rw-r--r--55.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/55.md b/55.md
index b4a3aec..72a844a 100644
--- a/55.md
+++ b/55.md
@@ -249,7 +249,7 @@ launcher.launch(intent)
249 ```kotlin 249 ```kotlin
250 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText")) 250 val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText"))
251 intent.`package` = "com.example.signer" 251 intent.`package` = "com.example.signer"
252 intent.putExtra("type", "nip04_decrypt") 252 intent.putExtra("type", "nip44_decrypt")
253 // to control the result in your application in case you are not waiting the result before sending another intent 253 // to control the result in your application in case you are not waiting the result before sending another intent
254 intent.putExtra("id", "some_id") 254 intent.putExtra("id", "some_id")
255 // Send the current logged in user pubkey 255 // Send the current logged in user pubkey