From 16e7814445d57c2494ddaf3aaf11d60abb2b036b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 16 Sep 2022 17:21:54 +0200 Subject: -move declaration --- packages/taler-wallet-core/src/operations/withdraw.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index cb0b55faf..6b31842b3 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -69,8 +69,6 @@ import { DenomSelectionState, ExchangeDetailsRecord, ExchangeRecord, - OperationAttemptResult, - OperationAttemptResultType, OperationStatus, PlanchetRecord, ReserveRecordStatus, @@ -95,6 +93,7 @@ import { } from "../util/http.js"; import { checkDbInvariant, checkLogicInvariant } from "../util/invariants.js"; import { DbAccess, GetReadOnlyAccess } from "../util/query.js"; +import { OperationAttemptResult, OperationAttemptResultType } from "../util/retries.js"; import { WALLET_BANK_INTEGRATION_PROTOCOL_VERSION, WALLET_EXCHANGE_PROTOCOL_VERSION, -- cgit v1.2.3