mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Update 100.md
This commit is contained in:
parent
4842f8612f
commit
6b26ebe6c5
6
100.md
6
100.md
|
@ -64,8 +64,8 @@ intent.`package` = "com.example.signer"
|
|||
// You can send some default permissions for the user to authorize for ever
|
||||
val permissions = listOf(
|
||||
Permission(
|
||||
type = "sign_event", // Is it type?
|
||||
kind = 22242 // Is it kind?
|
||||
type = "sign_event",
|
||||
kind = 22242
|
||||
),
|
||||
Permission(
|
||||
type = "nip44_decrypt"
|
||||
|
@ -525,4 +525,4 @@ Android intents and browser urls have limitations, so if you are using the `retu
|
|||
</script>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user