diff options
| -rw-r--r-- | 46.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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`] |