upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/46.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2023-11-21 20:49:35 -0300
committerGitHub <noreply@github.com>2023-11-21 20:49:35 -0300
commitc5c2d86a479d1ca52065b50faddc72220c3896cf (patch)
tree44ac318edc39cb3b4daae2a961e2335bebf4dfd9 /46.md
parentcb37a9320e10fcc4d8c064571461311ca613a1d5 (diff)
peer-pubkey
Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
Diffstat (limited to '46.md')
-rw-r--r--46.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/46.md b/46.md
index ccdb535..baefa4b 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:
80 - params: [`pubkey`, `plaintext`] 80 - params: [`pubkey`, `plaintext`]
81 - result: `nip4 ciphertext` 81 - result: `nip4 ciphertext`
82- **nip04_decrypt** 82- **nip04_decrypt**
83 - params: [`pubkey`, `nip4 ciphertext`] 83 - params: [`peer-pubkey`, `nip4 ciphertext`]
84 - result: [`plaintext`] 84 - result: [`plaintext`]