Update 100.md

This commit is contained in:
greenart7c3 2024-03-18 15:01:03 -03:00 committed by GitHub
parent 4842f8612f
commit 6b26ebe6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

6
100.md
View File

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