fix typo in nip-55 (#2222)

This commit is contained in:
Danny M
2026-02-13 13:56:59 +01:00
committed by GitHub
parent e83326e6d4
commit 5d232e6525

2
55.md
View File

@@ -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