From c5c2d86a479d1ca52065b50faddc72220c3896cf Mon Sep 17 00:00:00 2001 From: fiatjaf_ Date: Tue, 21 Nov 2023 20:49:35 -0300 Subject: [PATCH] peer-pubkey Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com> --- 46.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/46.md b/46.md index ccdb535e..baefa4b4 100644 --- a/46.md +++ b/46.md @@ -80,5 +80,5 @@ And the events the remote signer sends to the client have the following format: - params: [`pubkey`, `plaintext`] - result: `nip4 ciphertext` - **nip04_decrypt** - - params: [`pubkey`, `nip4 ciphertext`] + - params: [`peer-pubkey`, `nip4 ciphertext`] - result: [`plaintext`]