fix: Cannot read properties of undefined (reading 'ev_sig')
This commit is contained in:
parent
07398ee499
commit
3ade15e5e5
@ -1181,6 +1181,10 @@ export async function processWithdrawalGroup(
|
|||||||
let work: Promise<void>[] = [];
|
let work: Promise<void>[] = [];
|
||||||
work = [];
|
work = [];
|
||||||
for (let j = 0; j < resp.coinIdxs.length; j++) {
|
for (let j = 0; j < resp.coinIdxs.length; j++) {
|
||||||
|
if (!resp.batchResp.ev_sigs[j]) {
|
||||||
|
//response may not be available when there is kyc needed
|
||||||
|
continue
|
||||||
|
}
|
||||||
work.push(
|
work.push(
|
||||||
processPlanchetVerifyAndStoreCoin(
|
processPlanchetVerifyAndStoreCoin(
|
||||||
ws,
|
ws,
|
||||||
|
Loading…
Reference in New Issue
Block a user