Skip to content

Commit 919e71d

Browse files
committed
Remove wallet v2 TODOs
1 parent 21b4c4b commit 919e71d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

wallets/server/receive.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,6 @@ async function _protocolCreateInvoice (protocol, {
145145
expiry = 360
146146
}, { logger, models }) {
147147
// check for pending withdrawals
148-
149-
// TODO(wallet-v2): make sure this still works as intended
150148
const pendingWithdrawals = await models.withdrawl.count({
151149
where: {
152150
protocolId: protocol.id,
@@ -155,7 +153,6 @@ async function _protocolCreateInvoice (protocol, {
155153
})
156154

157155
// and pending forwards
158-
// TODO(wallet-v2): make sure this still works as intended
159156
const pendingForwards = await models.invoiceForward.count({
160157
where: {
161158
protocolId: protocol.id,

0 commit comments

Comments
 (0)