Fix anonymous zaps

This commit is contained in:
benthecarman
2024-03-25 15:56:11 -05:00
committed by benthecarman
parent 74a9f07683
commit c9ebb642ec

View File

@@ -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;