upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--100.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/100.md b/100.md
index 56b8a91..2c7b8f9 100644
--- a/100.md
+++ b/100.md
@@ -61,6 +61,8 @@ intent.`package` = "com.example.signer"
61 61
62 ```kotlin 62 ```kotlin
63 val npub = intent.data?.getStringExtra("signature") 63 val npub = intent.data?.getStringExtra("signature")
64 // The package name of the signer application
65 val packageName = intent.data?.getStringExtra("package")
64 ``` 66 ```
65 67
66- **sign_event** 68- **sign_event**