Skip to content

Commit

Permalink
use lnurlpay.currency when creating invoices.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 24, 2020
1 parent 7f0e9a6 commit e15974b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lnurl.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ module.exports = (app, payListen, model, auth, ln) => async {
, metadata: invoiceMetadata
, webhook: endpoint.webhook
, lnurlpay_endpoint: endpoint.id
, currency: endpoint.currency
})

let successAction
Expand Down

0 comments on commit e15974b

Please sign in to comment.