Skip to content

Commit

Permalink
Fix anonymous zaps
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Mar 25, 2024
1 parent 74a9f07 commit c9ebb64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ export function Send() {
amountSats(),
zapNpub, // zap_npub
tags,
comment // comment
comment, // comment
zapNpub ? "Anonymous" : undefined
);
sentDetails.payment_hash = payment?.payment_hash;

Expand Down

0 comments on commit c9ebb64

Please sign in to comment.