upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2023-11-20 12:14:52 -0600
committerGitHub <noreply@github.com>2023-11-20 12:14:52 -0600
commit716b669fff8829c583c6f08e4ac6cf3ed44ffa34 (patch)
treea157d9b2ce8740bbc482f8bed68e532465280998
parent7822a8b12670312aff104ddc03066425882f739d (diff)
NIP-46: Add target POW difficulty when signing events
-rw-r--r--46.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/46.md b/46.md
index 5318541..8647e94 100644
--- a/46.md
+++ b/46.md
@@ -66,7 +66,9 @@ These are mandatory methods the remote signer app MUST implement:
66 - params [] 66 - params []
67 - result `pubkey` 67 - result `pubkey`
68- **sign_event** 68- **sign_event**
69 - params [`event`] 69 - params [`event`, `options`]
70 - options
71 - `pow` minimum proof-of-work difficulty
70 - result `event_with_signature` 72 - result `event_with_signature`
71 73
72#### optional 74#### optional