diff options
| author | Danny M <25923265+dannym-arx@users.noreply.github.com> | 2026-02-13 13:56:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-13 07:56:59 -0500 |
| commit | 5d232e65254100d543ebd1936d966085e9820dae (patch) | |
| tree | b1b542a6dda504765328dea0e0acb160f050fe7d /55.md | |
| parent | e83326e6d45050f323de128e2e0b75ea9e0acde2 (diff) | |
fix typo in nip-55 (#2222)
Diffstat (limited to '55.md')
| -rw-r--r-- | 55.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |