aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.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/wallet.ts
parent9c63d67781e1bf2253d3d26de311ef32a1026fb9 (diff)
downloadwallet-core-60374078f4e41e9398607628d8b33b74bb3431aa.tar.xz
wallet-core: test crypto dispatcher, fix timeout handling
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index f442e678a..1defff0d2 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -106,7 +106,7 @@ import { TalerCryptoInterface } from "./crypto/cryptoImplementation.js";
import {
CryptoDispatcher,
CryptoWorkerFactory,
-} from "./crypto/workers/cryptoDispatcher.js";
+} from "./crypto/workers/crypto-dispatcher.js";
import { clearDatabase } from "./db-utils.js";
import {
AuditorTrustRecord,