Skip to content

Commit

Permalink
Fix undefined db for wallet logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Mar 5, 2025
1 parent bf54044 commit 402cc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function useWalletPayment () {

// if we reach this line, no wallet payment succeeded
throw new WalletPaymentAggregateError([aggregateError], latestInvoice)
}, [wallets, invoiceHelper, sendPayment])
}, [wallets, invoiceHelper, sendPayment, loggerFactory])
}

function invoiceController (inv, isInvoice) {
Expand Down

0 comments on commit 402cc22

Please sign in to comment.