Fix undefined db for wallet logs (#1944)
This commit is contained in:
parent
d3e5af40ec
commit
75d0a8e3d9
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user