aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-08 18:51:38 +0100
committerFlorian Dold <florian@dold.me>2024-01-08 18:51:45 +0100
commit2987f6f8365a15c6761a370bfd0ebf0952ce3f66 (patch)
treecbaf22fb5a44efced31de485c3658edbbbc98731 /packages/taler-wallet-core/src/operations/withdraw.ts
parentb0610d24571593909cd6683b340fa266de046e31 (diff)
downloadwallet-core-2987f6f8365a15c6761a370bfd0ebf0952ce3f66.tar.xz
wallet-core: fix error reporting for exchange entries
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index 392b3753d..cf4e9a1d5 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -62,7 +62,6 @@ import {
addPaytoQueryParams,
canonicalizeBaseUrl,
codecForAny,
- codecForBankWithdrawalOperationPostResponse,
codecForCashinConversionResponse,
codecForConversionBankConfig,
codecForExchangeWithdrawBatchResponse,
@@ -100,9 +99,7 @@ import {
WithdrawalRecordType,
} from "../db.js";
import {
- ExchangeDetailsRecord,
ExchangeEntryDbRecordStatus,
- Wallet,
isWithdrawableDenom,
timestampPreciseToDb,
} from "../index.js";
@@ -134,10 +131,10 @@ import {
WALLET_EXCHANGE_PROTOCOL_VERSION,
} from "../versions.js";
import {
+ ReadyExchangeSummary,
+ fetchFreshExchange,
getExchangeDetails,
getExchangePaytoUri,
- fetchFreshExchange,
- ReadyExchangeSummary,
} from "./exchanges.js";
import {
TransitionInfo,