mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-02-17 21:34:32 +00:00
fix typo in nip-55 (#2222)
This commit is contained in:
2
55.md
2
55.md
@@ -249,7 +249,7 @@ launcher.launch(intent)
|
|||||||
```kotlin
|
```kotlin
|
||||||
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText"))
|
val intent = Intent(Intent.ACTION_VIEW, Uri.parse("nostrsigner:$encryptedText"))
|
||||||
intent.`package` = "com.example.signer"
|
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
|
// to control the result in your application in case you are not waiting the result before sending another intent
|
||||||
intent.putExtra("id", "some_id")
|
intent.putExtra("id", "some_id")
|
||||||
// Send the current logged in user pubkey
|
// Send the current logged in user pubkey
|
||||||
|
|||||||
Reference in New Issue
Block a user