Skip to content

Commit

Permalink
selected wallet added to handle unlock invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamboster committed Jan 5, 2024
1 parent 8a3d6a3 commit 480579b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/scan/scan.effects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const incomingData =
data = `${origin}/i/${invoiceId}`;
}
if (IsValidBitPayInvoice(data)) {
dispatch(handleUnlock(data));
dispatch(handleUnlock(data, opts?.wallet));
}
// Paypro
else if (IsValidPayPro(data)) {
Expand Down

0 comments on commit 480579b

Please sign in to comment.