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