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

4
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 // You can send some default permissions for the user to authorize for ever
val permissions = listOf( val permissions = listOf(
Permission( Permission(
type = "sign_event", // Is it type? type = "sign_event",
kind = 22242 // Is it kind? kind = 22242
), ),
Permission( Permission(
type = "nip44_decrypt" type = "nip44_decrypt"