aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/internal-wallet-state.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-04 13:24:19 +0100
committerFlorian Dold <florian@dold.me>2023-01-04 13:24:24 +0100
commit60374078f4e41e9398607628d8b33b74bb3431aa (patch)
tree1cdf187aa25fbf023ac2b09f2ccd7c9eca4165ca /packages/taler-wallet-core/src/internal-wallet-state.ts
parent9c63d67781e1bf2253d3d26de311ef32a1026fb9 (diff)
downloadwallet-core-60374078f4e41e9398607628d8b33b74bb3431aa.tar.xz
wallet-core: test crypto dispatcher, fix timeout handling
Diffstat (limited to 'packages/taler-wallet-core/src/internal-wallet-state.ts')
-rw-r--r--packages/taler-wallet-core/src/internal-wallet-state.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/internal-wallet-state.ts b/packages/taler-wallet-core/src/internal-wallet-state.ts
index ebb9cdb9b..93d813cc9 100644
--- a/packages/taler-wallet-core/src/internal-wallet-state.ts
+++ b/packages/taler-wallet-core/src/internal-wallet-state.ts
@@ -41,7 +41,7 @@ import {
CoinRefreshRequest,
RefreshReason,
} from "@gnu-taler/taler-util";
-import { CryptoDispatcher } from "./crypto/workers/cryptoDispatcher.js";
+import { CryptoDispatcher } from "./crypto/workers/crypto-dispatcher.js";
import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js";
import { ExchangeDetailsRecord, ExchangeRecord, WalletStoresV1 } from "./db.js";
import { PendingOperationsResponse } from "./pending-types.js";