Skip to content

Commit

Permalink
Merge pull request #697 from synonymdev/increase-invoice-expiry
Browse files Browse the repository at this point in the history
fix(lightning): Increase Lightning Invoice Expiry
  • Loading branch information
Jasonvdb authored Nov 15, 2022
2 parents e8f27d4 + d9a939f commit a015d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Wallets/Receive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Receive = ({ navigation }): ReactElement => {
const response = await createLightningInvoice({
amountSats: amount,
description: message,
expiryDeltaSeconds: 180,
expiryDeltaSeconds: 3600,
selectedNetwork,
selectedWallet,
});
Expand Down

0 comments on commit a015d05

Please sign in to comment.