Skip to content

Commit e15974b

Browse files
author
fiatjaf
committed
use lnurlpay.currency when creating invoices.
1 parent 7f0e9a6 commit e15974b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lnurl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ module.exports = (app, payListen, model, auth, ln) => async {
104104
, metadata: invoiceMetadata
105105
, webhook: endpoint.webhook
106106
, lnurlpay_endpoint: endpoint.id
107+
, currency: endpoint.currency
107108
})
108109

109110
let successAction

0 commit comments

Comments
 (0)