We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bad661 commit 778b22cCopy full SHA for 778b22c
ndk/src/events/kinds/nutzap/index.ts
@@ -139,7 +139,7 @@ export class NDKNutzap extends NDKEvent {
139
this.tags = this.tags.filter((t) => t[0] !== "p");
140
141
if (target instanceof NDKEvent) {
142
- this.tags.push();
+ this.tags.push(target.tagReference());
143
}
144
145
ndk/src/zapper/index.ts
@@ -270,6 +270,7 @@ class NDKZapper extends EventEmitter<{
270
nutzap.tags = [...nutzap.tags, ...(this.tags || [])];
271
nutzap.proofs = proofs;
272
nutzap.mint = mint;
273
+ nutzap.target = this.target;
274
nutzap.comment = this.comment;
275
nutzap.unit = this.unit;
276
nutzap.recipientPubkey = split.pubkey;
0 commit comments