From 220ad4e5a518d2170095c7ed29dd88d459c851ad Mon Sep 17 00:00:00 2001 From: zver Date: Sat, 6 Jul 2024 16:04:44 +0100 Subject: [PATCH] fix: stuff --- technical.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technical.md b/technical.md index 353a1b2..5b137b4 100644 --- a/technical.md +++ b/technical.md @@ -60,10 +60,10 @@ Once the creator has signed, the `meta.json` file will contain the `createObject } ``` -This `meta.json` file is now sealed (using `Kind 938` to differentiate from DMs and speed up decryptions) and gift wrapped (with some PoW) per NIP-59, for each recipient, and the gift wrap is broadcast to each recipients relays. +This `meta.json` file is now sealed (using unsigned `Kind 938` to differentiate from DMs and speed up decryptions) and gift wrapped (with some PoW) per NIP-59, for each recipient, and the gift wrap is broadcast to each recipients relays. -`Kind 4 DMs` (from an ephemeral key) may also be broadcast, with a link to the signing application. +`Kind 4 DMs` (from an ephemeral key) may optionally be broadcast, with a link to the signing application. ## Signing Process