From 87c5634b55be96973fa86358e2f73a71db3473dc Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Tue, 15 Oct 2024 17:10:59 +0200 Subject: [PATCH] add debug log --- wallets/server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wallets/server.js b/wallets/server.js index 6e2d9cf7..12dc2ce0 100644 --- a/wallets/server.js +++ b/wallets/server.js @@ -81,6 +81,7 @@ export async function createInvoice (userId, { msats, description, descriptionHa if (pendingWithdrawals + pendingForwards >= MAX_PENDING_INVOICES_PER_WALLET) { throw new Error('wallet has too many pending invoices') } + console.log('use wallet', walletType) const invoice = await withTimeout( createInvoice({