upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Argentieri <3596602+tiero@users.noreply.github.com>2023-03-15 20:17:44 +0100
committerfiatjaf_ <fiatjaf@gmail.com>2023-03-15 19:40:40 -0300
commit4bb393735ea501f0bac3e2cb255ae9a3caab6a68 (patch)
treea0e9ffaca8071057073a9360b5e01a99fa6a221e
parente1004d3d4bca4542f1862886b20c6a1c8b4d9e0b (diff)
Update 46.md
-rw-r--r--46.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/46.md b/46.md
index 6589fc0..90fa1a0 100644
--- a/46.md
+++ b/46.md
@@ -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
1521. The **App** will send a message to the **Signer** with a `sign_event` request along with the **event** to be signed 1521. The **App** will send a message to the **Signer** with a `sign_event` request along with the **event** to be signed
1532. The **Signer** will show a popup to the user to inspect the event and sign it 1532. The **Signer** will show a popup to the user to inspect the event and sign it
1543. The **Signer** will send back a message with the schnorr `signature` of the event as a response to the `sign_event` request 1543. 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