-resolve error introduced by merge
This commit is contained in:
parent
49608f0bbb
commit
63bb6a4271
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user