give lnurlp invoices longer expirations for tor channels
This commit is contained in:
parent
1b5e513f5e
commit
1f2aa46319
@ -71,7 +71,7 @@ export default async ({ query: { username, amount, nostr, comment, payerdata: pa
|
||||
}
|
||||
|
||||
// generate invoice
|
||||
const expiresAt = datePivot(new Date(), { minutes: 1 })
|
||||
const expiresAt = datePivot(new Date(), { minutes: 5 })
|
||||
const invoice = await createInvoice({
|
||||
description,
|
||||
description_hash: descriptionHash,
|
||||
|
Loading…
x
Reference in New Issue
Block a user