fix: use 'invoiced' status on NWC fallback instead of invalid 'pending'

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-12 23:15:49 +00:00
co-authored by Claude Opus 4.6
parent e7d3cab85a
commit 004413457d
+1 -1
View File
@@ -188,7 +188,7 @@ export function useWallet() {
console.warn('[Wallet] NWC payment failed, falling back to polling:', err)
}
// NWC failed or returned no preimage — fall through to polling
paymentStatus.value = 'pending'
paymentStatus.value = 'invoiced'
}
// No NWC — poll for confirmation (manual payment / QR code flow)