give lnurlp invoices longer expirations for tor channels

This commit is contained in:
keyan 2024-05-06 10:08:28 -05:00
parent 1b5e513f5e
commit 1f2aa46319
1 changed files with 1 additions and 1 deletions

View File

@ -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,