From f1f992e95ee369c766d486807ad208c0769532dd Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Wed, 21 Feb 2024 08:17:42 -0800 Subject: [PATCH] Remove get_conversation_key --- 46.md | 1 - 1 file changed, 1 deletion(-) diff --git a/46.md b/46.md index b0e5c769..d9343008 100644 --- a/46.md +++ b/46.md @@ -129,7 +129,6 @@ Each of the following are methods that the client sends to the remote signer. | `nip04_decrypt` | `[, ]` | `` | | `nip44_encrypt` | `[<third_party_pubkey>, <plaintext_to_encrypt>]` | `<nip44_ciphertext>` | | `nip44_decrypt` | `[<third_party_pubkey>, <nip44_ciphertext_to_decrypt>]` | `<plaintext>` | -| `nip44_get_conversation_key`| _Potential future addition_ | | ## Response Events `kind:24133`