From 7dfb3b35d813fe9741706ad86d9a454f959b1ac8 Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Wed, 17 Sep 2025 19:07:11 +0700 Subject: [PATCH] docs: clarify NIP-47 zap request metadata (#2064) --- 47.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/47.md b/47.md index ac85019f..e1df915c 100644 --- a/47.md +++ b/47.md @@ -635,9 +635,9 @@ Here are some properties that are recognized by some NWC clients: "nostr": { "pubkey": "string", "tags": [], - // ... - }, // NIP-57 (Nostr Zaps) - "tlv_records": [ // tlv records, optional + // ... rest of zap request event + }, // NIP-57 Zap Request event (kind 9734) + "tlv_records": [ { "type": 5482373484, // tlv type "value": "0123456789abcdef" // hex encoded tlv value