diff options
| author | Marco Argentieri <3596602+tiero@users.noreply.github.com> | 2023-03-15 20:17:44 +0100 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-03-15 19:40:40 -0300 |
| commit | 4bb393735ea501f0bac3e2cb255ae9a3caab6a68 (patch) | |
| tree | a0e9ffaca8071057073a9360b5e01a99fa6a221e /46.md | |
| parent | e1004d3d4bca4542f1862886b20c6a1c8b4d9e0b (diff) | |
Update 46.md
Diffstat (limited to '46.md')
| -rw-r--r-- | 46.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -67,7 +67,7 @@ These are mandatory methods the remote signer app MUST implement: | |||
| 67 | - result `pubkey` | 67 | - result `pubkey` |
| 68 | - **sign_event** | 68 | - **sign_event** |
| 69 | - params [`event`] | 69 | - params [`event`] |
| 70 | - result `signature` | 70 | - result `event_with_signature` |
| 71 | 71 | ||
| 72 | #### optional | 72 | #### optional |
| 73 | 73 | ||
| @@ -151,7 +151,7 @@ The `content` field contains encrypted message as specified by [NIP04](https://g | |||
| 151 | 151 | ||
| 152 | 1. The **App** will send a message to the **Signer** with a `sign_event` request along with the **event** to be signed | 152 | 1. The **App** will send a message to the **Signer** with a `sign_event` request along with the **event** to be signed |
| 153 | 2. The **Signer** will show a popup to the user to inspect the event and sign it | 153 | 2. The **Signer** will show a popup to the user to inspect the event and sign it |
| 154 | 3. The **Signer** will send back a message with the schnorr `signature` of the event as a response to the `sign_event` request | 154 | 3. The **Signer** will send back a message with the event including the `id` and the schnorr `signature` as a response to the `sign_event` request |
| 155 | 155 | ||
| 156 | ### Delegate | 156 | ### Delegate |
| 157 | 157 | ||