From e78ed8360a9c6b7cfe733685555634be22a2f8df Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Tue, 21 Feb 2023 18:57:56 +0100 Subject: [PATCH] Update 46.md --- 46.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/46.md b/46.md index 5886e577..eb8593db 100644 --- a/46.md +++ b/46.md @@ -77,8 +77,8 @@ These are mandatory methods the remote signer app MUST implement: - **disconnect** - params [] - **delegate** - - params [`pubkey`, `conditions query string`] - - result `nip26 delegation token` + - params [`delegatee`, `{ kind: number, since: number, until: number }`] + - result `nip26 delegation signature` - **get_relays** - params [] - result `{ [url: string]: {read: boolean, write: boolean} }`