From b39dac3551d21a48f08800463e1843844dd51c92 Mon Sep 17 00:00:00 2001 From: Don <496156+nikolat@users.noreply.github.com> Date: Mon, 4 Aug 2025 20:27:13 +0900 Subject: [PATCH] nip57: include "e" tag. --- nip57.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nip57.ts b/nip57.ts index 3a5b816..9aebf22 100644 --- a/nip57.ts +++ b/nip57.ts @@ -69,6 +69,7 @@ export function makeZapRequest(params: ProfileZap | EventZap): EventTemplate { } if ('event' in params) { + zr.tags.push(['e', params.event.id]) if (isReplaceableKind(params.event.kind)) { const a = ['a', `${params.event.kind}:${params.event.pubkey}:`] zr.tags.push(a)