diff options
| author | greenart7c3 <115044884+greenart7c3@users.noreply.github.com> | 2024-03-18 15:01:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 15:01:03 -0300 |
| commit | 6b26ebe6c5c9834549aa9adec0d066bc5c6aae88 (patch) | |
| tree | 6a17cc38a1757005c11b79d33b07003213d06c10 | |
| parent | 4842f8612f55d9c11ef228338f6ef6f658e788a1 (diff) | |
Update 100.md
| -rw-r--r-- | 100.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -64,8 +64,8 @@ intent.`package` = "com.example.signer" | |||
| 64 | // You can send some default permissions for the user to authorize for ever | 64 | // You can send some default permissions for the user to authorize for ever |
| 65 | val permissions = listOf( | 65 | val permissions = listOf( |
| 66 | Permission( | 66 | Permission( |
| 67 | type = "sign_event", // Is it type? | 67 | type = "sign_event", |
| 68 | kind = 22242 // Is it kind? | 68 | kind = 22242 |
| 69 | ), | 69 | ), |
| 70 | Permission( | 70 | Permission( |
| 71 | type = "nip44_decrypt" | 71 | type = "nip44_decrypt" |
| @@ -525,4 +525,4 @@ Android intents and browser urls have limitations, so if you are using the `retu | |||
| 525 | </script> | 525 | </script> |
| 526 | </body> | 526 | </body> |
| 527 | </html> | 527 | </html> |
| 528 | ``` \ No newline at end of file | 528 | ``` |