peer-pubkey

Co-authored-by: monlovesmango <96307647+monlovesmango@users.noreply.github.com>
This commit is contained in:
fiatjaf_
2023-11-21 20:49:35 -03:00
committed by GitHub
parent cb37a9320e
commit c5c2d86a47

2
46.md
View File

@@ -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`]