From 919e71de795cd4ead1c010bee93c5660e26ee913 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 19 Sep 2025 15:01:43 +0200 Subject: [PATCH] Remove wallet v2 TODOs --- wallets/server/receive.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/wallets/server/receive.js b/wallets/server/receive.js index 48751cd4..6e815dd1 100644 --- a/wallets/server/receive.js +++ b/wallets/server/receive.js @@ -145,8 +145,6 @@ async function _protocolCreateInvoice (protocol, { expiry = 360 }, { logger, models }) { // check for pending withdrawals - - // TODO(wallet-v2): make sure this still works as intended const pendingWithdrawals = await models.withdrawl.count({ where: { protocolId: protocol.id, @@ -155,7 +153,6 @@ async function _protocolCreateInvoice (protocol, { }) // and pending forwards - // TODO(wallet-v2): make sure this still works as intended const pendingForwards = await models.invoiceForward.count({ where: { protocolId: protocol.id,