Skip to content

Commit

Permalink
fix example to not use kind 14 as that should never be signed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed May 20, 2024
1 parent 18bd7c4 commit 383a0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 46.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Each of the following are methods that the client sends to the remote signer.

### Requested permissions

The `connect` method may be provided with `optional_requested_permissions` for user convenience. The permissions are a comma-separated list of `method[:params]`, i.e. `nip44_encrypt,sign_event:14` meaning permissions to call `nip44_encrypt` and to call `sign_event` with `kind:14`. Optional parameter for `sign_event` is the kind number, parameters for other methods are to be defined later.
The `connect` method may be provided with `optional_requested_permissions` for user convenience. The permissions are a comma-separated list of `method[:params]`, i.e. `nip44_encrypt,sign_event:1059` meaning permissions to call `nip44_encrypt` and to call `sign_event` with `kind:1059`. Optional parameter for `sign_event` is the kind number, parameters for other methods are to be defined later.

## Response Events `kind:24133`

Expand Down

0 comments on commit 383a0f8

Please sign in to comment.