From 5d232e65254100d543ebd1936d966085e9820dae Mon Sep 17 00:00:00 2001 From: Danny M <25923265+dannym-arx@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:56:59 +0100 Subject: [PATCH] fix typo in nip-55 (#2222) --- 55.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/55.md b/55.md index b4a3aec8..72a844ac 100644 --- a/55.md +++ b/55.md @@ -249,7 +249,7 @@ launcher.launch(intent) ```kotlin val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText")) intent.`package` = "com.example.signer" - intent.putExtra("type", "nip04_decrypt") + intent.putExtra("type", "nip44_decrypt") // to control the result in your application in case you are not waiting the result before sending another intent intent.putExtra("id", "some_id") // Send the current logged in user pubkey