-resolve error introduced by merge

This commit is contained in:
Florian Dold 2023-02-10 19:25:04 +01:00
parent 49608f0bbb
commit 63bb6a4271
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -560,7 +560,7 @@ async function processPlanchetExchangeBatchRequest(
await ws.db
.mktx((x) => [x.planchets, x.withdrawalGroups])
.runReadWrite(async (tx) => {
for (let i = startIdx; i < coinIdxs.length; i++) {
for (let i = startIdx; i < requestCoinIdxs.length; i++) {
let planchet = await tx.planchets.indexes.byGroupAndIndex.get([
withdrawalGroup.withdrawalGroupId,
requestCoinIdxs[i],