From 825d2c4352022e7397854b2bd9ba7d3589873c07 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 15 Feb 2023 23:32:42 +0100 Subject: make wallet-cli runnable under qtart --- packages/taler-wallet-core/src/internal-wallet-state.ts | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'packages/taler-wallet-core/src/internal-wallet-state.ts') diff --git a/packages/taler-wallet-core/src/internal-wallet-state.ts b/packages/taler-wallet-core/src/internal-wallet-state.ts index d180861f8..8434c3b8f 100644 --- a/packages/taler-wallet-core/src/internal-wallet-state.ts +++ b/packages/taler-wallet-core/src/internal-wallet-state.ts @@ -30,18 +30,14 @@ * Imports. */ import { - WalletNotification, - BalancesResponse, - AmountJson, - DenominationPubKey, - TalerProtocolTimestamp, CancellationToken, + CoinRefreshRequest, DenominationInfo, RefreshGroupId, - CoinRefreshRequest, RefreshReason, + WalletNotification, } from "@gnu-taler/taler-util"; -import { CryptoDispatcher } from "./crypto/workers/crypto-dispatcher.js"; +import { HttpRequestLibrary } from "@gnu-taler/taler-util/http"; import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js"; import { ExchangeDetailsRecord, @@ -49,9 +45,6 @@ import { RefreshReasonDetails, WalletStoresV1, } from "./db.js"; -import { PendingOperationsResponse } from "./pending-types.js"; -import { AsyncOpMemoMap, AsyncOpMemoSingle } from "./util/asyncMemo.js"; -import { HttpRequestLibrary } from "./util/http.js"; import { AsyncCondition } from "./util/promiseUtils.js"; import { DbAccess, -- cgit v1.2.3