Skip to content

Commit 75d0a8e

Browse files
authored
Fix undefined db for wallet logs (stackernews#1944)
1 parent d3e5af4 commit 75d0a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallets/payment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export function useWalletPayment () {
105105

106106
// if we reach this line, no wallet payment succeeded
107107
throw new WalletPaymentAggregateError([aggregateError], latestInvoice)
108-
}, [wallets, invoiceHelper, sendPayment])
108+
}, [wallets, invoiceHelper, sendPayment, loggerFactory])
109109
}
110110

111111
function invoiceController (inv, isInvoice) {

0 commit comments

Comments
 (0)