diff --git a/wallets/payment.js b/wallets/payment.js index 6b21f20d..1a5a038d 100644 --- a/wallets/payment.js +++ b/wallets/payment.js @@ -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) {