From c909d6fc0657002a2e5d117e98b9685f7a04a9d4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 16 Feb 2024 00:30:25 +0100 Subject: taler-util: cancellation and timeouts on qjs --- packages/taler-wallet-core/src/wallet.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index 0246597be..cfe171bd0 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -26,6 +26,7 @@ import { IDBFactory } from "@gnu-taler/idb-bridge"; import { AmountString, Amounts, + AsyncCondition, CoinDumpJson, CoinStatus, CoreApiResponse, @@ -40,6 +41,7 @@ import { ListGlobalCurrencyAuditorsResponse, ListGlobalCurrencyExchangesResponse, Logger, + OpenedPromise, PrepareWithdrawExchangeRequest, PrepareWithdrawExchangeResponse, RecoverStoredBackupRequest, @@ -122,6 +124,7 @@ import { codecForWithdrawTestBalance, getErrorDetailFromException, j2s, + openPromise, parsePaytoUri, parseTalerUri, sampleWalletCoreTransactions, @@ -265,11 +268,6 @@ import { getMaxPeerPushAmount, } from "./util/instructedAmountConversion.js"; import { checkDbInvariant } from "./util/invariants.js"; -import { - AsyncCondition, - OpenedPromise, - openPromise, -} from "./util/promiseUtils.js"; import { DbAccess, GetReadOnlyAccess, -- cgit v1.2.3