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({