Skip to content

Commit

Permalink
Always pass along lnurl comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Mar 22, 2024
1 parent ee32e59 commit a626679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -542,13 +542,12 @@ export function Send() {
? contact()?.npub
: undefined;
console.log("zapnpub", zapNpub);
const comment = zapNpub ? whatForInput() : undefined;
const payment = await state.mutiny_wallet?.lnurl_pay(
lnurlp()!,
amountSats(),
zapNpub, // zap_npub
tags,
comment // comment
whatForInput() // comment
);
sentDetails.payment_hash = payment?.payment_hash;

Expand Down

0 comments on commit a626679

Please sign in to comment.