aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/refresh.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/operations/refresh.ts
parent9c63d67781e1bf2253d3d26de311ef32a1026fb9 (diff)
downloadwallet-core-60374078f4e41e9398607628d8b33b74bb3431aa.tar.xz
wallet-core: test crypto dispatcher, fix timeout handling
Diffstat (limited to 'packages/taler-wallet-core/src/operations/refresh.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/refresh.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts
index 806e4a246..eeff84be6 100644
--- a/packages/taler-wallet-core/src/operations/refresh.ts
+++ b/packages/taler-wallet-core/src/operations/refresh.ts
@@ -52,7 +52,7 @@ import {
DerivedRefreshSession,
RefreshNewDenomInfo,
} from "../crypto/cryptoTypes.js";
-import { CryptoApiStoppedError } from "../crypto/workers/cryptoDispatcher.js";
+import { CryptoApiStoppedError } from "../crypto/workers/crypto-dispatcher.js";
import {
CoinRecord,
CoinSourceType,