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 22:25:19 -0300
committerGitHub <noreply@github.com>2023-11-21 22:25:19 -0300
commite4bddbee7b90b701ea2041532c88935f5176850e (patch)
tree9cad2e34f21f37ab016987053c89ed3404836c55 /46.md
parentc5c2d86a479d1ca52065b50faddc72220c3896cf (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 baefa4b..6610e82 100644
--- a/46.md
+++ b/46.md
@@ -77,7 +77,7 @@ And the events the remote signer sends to the client have the following format:
77 - params: [] 77 - params: []
78 - result: `{ [url: string]: {read: boolean, write: boolean} }` 78 - result: `{ [url: string]: {read: boolean, write: boolean} }`
79- **nip04_encrypt** 79- **nip04_encrypt**
80 - params: [`pubkey`, `plaintext`] 80 - params: [`peer-pubkey`, `plaintext`]
81 - result: `nip4 ciphertext` 81 - result: `nip4 ciphertext`
82- **nip04_decrypt** 82- **nip04_decrypt**
83 - params: [`peer-pubkey`, `nip4 ciphertext`] 83 - params: [`peer-pubkey`, `nip4 ciphertext`]