aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.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/crypto/workers/synchronousWorkerFactoryNode.ts
parent9c63d67781e1bf2253d3d26de311ef32a1026fb9 (diff)
downloadwallet-core-60374078f4e41e9398607628d8b33b74bb3431aa.tar.xz
wallet-core: test crypto dispatcher, fix timeout handling
Diffstat (limited to 'packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.ts')
-rw-r--r--packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.ts b/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.ts
index 46cf12915..90f9a43fa 100644
--- a/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.ts
+++ b/packages/taler-wallet-core/src/crypto/workers/synchronousWorkerFactoryNode.ts
@@ -17,7 +17,7 @@
/**
* Imports.
*/
-import { CryptoWorkerFactory } from "./cryptoDispatcher.js";
+import { CryptoWorkerFactory } from "./crypto-dispatcher.js";
import { CryptoWorker } from "./cryptoWorkerInterface.js";
import { SynchronousCryptoWorkerNode } from "./synchronousWorkerNode.js";