From c539d1803c1376cba0831be64866b6d2c1652403 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 23 Mar 2022 13:11:36 +0100 Subject: wallet: address crypto worker hang and warning about worker termination --- packages/taler-wallet-core/src/operations/pay.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/pay.ts') diff --git a/packages/taler-wallet-core/src/operations/pay.ts b/packages/taler-wallet-core/src/operations/pay.ts index ce3a26c34..dcfd6841d 100644 --- a/packages/taler-wallet-core/src/operations/pay.ts +++ b/packages/taler-wallet-core/src/operations/pay.ts @@ -55,7 +55,7 @@ import { TransactionType, URL, } from "@gnu-taler/taler-util"; -import { EXCHANGE_COINS_LOCK, InternalWalletState } from "../common.js"; +import { EXCHANGE_COINS_LOCK, InternalWalletState } from "../internal-wallet-state.js"; import { AbortStatus, AllowedAuditorInfo, @@ -71,7 +71,6 @@ import { WalletStoresV1, } from "../db.js"; import { - guardOperationException, makeErrorDetail, makePendingOperationFailedError, TalerError, @@ -100,6 +99,7 @@ import { } from "../util/retries.js"; import { getExchangeDetails } from "./exchanges.js"; import { createRefreshGroup, getTotalRefreshCost } from "./refresh.js"; +import { guardOperationException } from "./common.js"; /** * Logger. -- cgit v1.2.3