-resolve error introduced by merge
This commit is contained in:
parent
49608f0bbb
commit
63bb6a4271
@ -560,7 +560,7 @@ async function processPlanchetExchangeBatchRequest(
|
|||||||
await ws.db
|
await ws.db
|
||||||
.mktx((x) => [x.planchets, x.withdrawalGroups])
|
.mktx((x) => [x.planchets, x.withdrawalGroups])
|
||||||
.runReadWrite(async (tx) => {
|
.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([
|
let planchet = await tx.planchets.indexes.byGroupAndIndex.get([
|
||||||
withdrawalGroup.withdrawalGroupId,
|
withdrawalGroup.withdrawalGroupId,
|
||||||
requestCoinIdxs[i],
|
requestCoinIdxs[i],
|
||||||
|
Loading…
Reference in New Issue
Block a user