taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit c8336c8c2c8b0caaefa9e375108b73e2de2a1f60
parent 599c6fa9545b1ea9ad3e0c27d06b3c6c1ec153cd
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 10 Feb 2023 12:53:27 -0300

pretty

Diffstat:
Mpackages/taler-wallet-core/src/operations/withdraw.ts | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -549,7 +549,10 @@ async function processPlanchetExchangeBatchRequest( }; } - async function handleKycRequired(resp: HttpResponse, startIdx: number): Promise<void> { + async function handleKycRequired( + resp: HttpResponse, + startIdx: number, + ): Promise<void> { logger.info("withdrawal requires KYC"); const respJson = await resp.json(); const uuidResp = codecForWalletKycUuid().decode(respJson); @@ -794,7 +797,7 @@ async function processPlanchetVerifyAndStoreCoin( type: NotificationType.CoinWithdrawn, numTotal: wgContext.numPlanchets, numWithdrawn: wgContext.planchetsFinished.size, - } + }; // Check if this is the first time that the whole // withdrawal succeeded. If so, mark the withdrawal @@ -1183,7 +1186,7 @@ export async function processWithdrawalGroup( 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 + continue; } work.push( processPlanchetVerifyAndStoreCoin(