From 383a0f8493f26dfbef9cde820415f97db793fb42 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 20 May 2024 12:19:13 -0300 Subject: [PATCH] fix example to not use kind 14 as that should never be signed. --- 46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/46.md b/46.md index d10790fc..9ee65c46 100644 --- a/46.md +++ b/46.md @@ -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`