mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-20 21:54:23 +01:00
Fix anonymous zaps
This commit is contained in:
committed by
benthecarman
parent
74a9f07683
commit
c9ebb642ec
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user