diff options
author | Florian Dold <florian@dold.me> | 2023-10-16 13:19:10 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-10-16 13:19:10 +0200 |
commit | 925a97c2e3a52222cb28b2b64d80c0b01305defe (patch) | |
tree | b0d6ec9e63f4020be59ca2c286166efecfa08ac1 /packages/taler-wallet-core/src/operations/withdraw.ts | |
parent | 9504687813d3ee47131f5b7f66c1426f9ccffd41 (diff) |
-fix tests
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r-- | packages/taler-wallet-core/src/operations/withdraw.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index 2c9c95d4c..5f728b6f5 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -33,7 +33,7 @@ import { codecForReserveStatus, codecForTalerConfigResponse, codecForWalletKycUuid, - codecForWithdrawBatchResponse, + codecForExchangeWithdrawBatchResponse, codecForWithdrawOperationStatusResponse, codecForWithdrawResponse, CoinStatus, @@ -939,7 +939,7 @@ async function processPlanchetExchangeBatchRequest( } const r = await readSuccessResponseJsonOrThrow( resp, - codecForWithdrawBatchResponse(), + codecForExchangeWithdrawBatchResponse(), ); return { coinIdxs: requestCoinIdxs, |