diff --git a/46.md b/46.md index baefa4b4..6610e82c 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: - params: [] - result: `{ [url: string]: {read: boolean, write: boolean} }` - **nip04_encrypt** - - params: [`pubkey`, `plaintext`] + - params: [`peer-pubkey`, `plaintext`] - result: `nip4 ciphertext` - **nip04_decrypt** - params: [`peer-pubkey`, `nip4 ciphertext`]