aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.ts8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts
index 56f1d91bb..8221abea6 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.ts
@@ -34,7 +34,6 @@ import {
DenomSelectionState,
Duration,
ExchangeBatchWithdrawRequest,
- ExchangeListItem,
ExchangeUpdateStatus,
ExchangeWireAccount,
ExchangeWithdrawBatchResponse,
@@ -100,11 +99,7 @@ import {
WithdrawalGroupStatus,
WithdrawalRecordType,
} from "../db.js";
-import {
- ExchangeEntryDbRecordStatus,
- isWithdrawableDenom,
- timestampPreciseToDb,
-} from "../index.js";
+import { isWithdrawableDenom, timestampPreciseToDb } from "../index.js";
import { InternalWalletState } from "../internal-wallet-state.js";
import {
TaskIdentifiers,
@@ -113,7 +108,6 @@ import {
constructTaskIdentifier,
makeCoinAvailable,
makeCoinsVisible,
- makeExchangeListItem,
runLongpollAsync,
} from "../operations/common.js";
import { PendingTaskType } from "../pending-types.js";