Skip to content

Commit

Permalink
Retry QR invoices by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Dec 2, 2024
1 parent 761c15d commit cfb50f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const useQrPayment = () => {
cancelOnClose = true,
persistOnNavigate = false,
waitFor = inv => inv?.satsReceived > 0,
retry = false
retry = true
} = {}
) => {
let qrInv = inv
Expand Down

0 comments on commit cfb50f5

Please sign in to comment.