mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-02-02 13:04:22 +01:00
Always pass along lnurl comment
This commit is contained in:
committed by
Tony Giorgio
parent
025f0d5f60
commit
cdc7c880fa
@@ -509,13 +509,12 @@ export function Send() {
|
||||
visibility() !== "Not Available" && contact()?.npub
|
||||
? contact()?.npub
|
||||
: undefined;
|
||||
const comment = zapNpub ? whatForInput() : undefined;
|
||||
const payment = await state.mutiny_wallet?.lnurl_pay(
|
||||
lnurlp()!,
|
||||
amountSats(),
|
||||
zapNpub, // zap_npub
|
||||
tags,
|
||||
comment, // comment
|
||||
whatForInput(), // comment
|
||||
visibility()
|
||||
);
|
||||
sentDetails.payment_hash = payment?.payment_hash;
|
||||
|
||||
Reference in New Issue
Block a user