diff options
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 | ||