aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-08 22:00:32 +0100
committerFlorian Dold <florian@dold.me>2024-01-08 22:00:41 +0100
commit2490393924aa44e6e3c2c072110a6175aaf41a82 (patch)
treef81309ef31d834ecd32af06d4a0da5f8476ebba3 /packages/taler-wallet-core/src/operations/withdraw.ts
parentf366084d070a3f59bbdfe1fe1d31a0f3719d5c1c (diff)
downloadwallet-core-2490393924aa44e6e3c2c072110a6175aaf41a82.tar.xz
wallet-core: notify on exchange tos acceptance
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";