Skip to content

Commit

Permalink
fix(pay): invoice creation to use recipient wallet id
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Feb 13, 2024
1 parent 40597b5 commit 76ec56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pay/app/lnurlp/[username]/callback/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export async function GET(
const result = await client.mutate<LnInvoiceCreateOnBehalfOfRecipientsMutation>({
mutation: LnInvoiceCreateOnBehalfOfRecipientsDocument,
variables: {
walletId,
recipientWalletId: walletId,
amount: amountSats,
descriptionHash,
},
Expand Down

0 comments on commit 76ec56f

Please sign in to comment.