From 716b669fff8829c583c6f08e4ac6cf3ed44ffa34 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 20 Nov 2023 12:14:52 -0600 Subject: [PATCH] NIP-46: Add target POW difficulty when signing events --- 46.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/46.md b/46.md index 53185416..8647e940 100644 --- a/46.md +++ b/46.md @@ -66,7 +66,9 @@ These are mandatory methods the remote signer app MUST implement: - params [] - result `pubkey` - **sign_event** - - params [`event`] + - params [`event`, `options`] + - options + - `pow` minimum proof-of-work difficulty - result `event_with_signature` #### optional