From eb1500e517d475aad22cfe02c8a5c5c6acefe00a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 19 Feb 2024 18:42:33 +0100 Subject: get rid of deprecated/unused types --- .../taler-wallet-core/src/pay-peer-push-debit.ts | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'packages/taler-wallet-core/src/pay-peer-push-debit.ts') diff --git a/packages/taler-wallet-core/src/pay-peer-push-debit.ts b/packages/taler-wallet-core/src/pay-peer-push-debit.ts index 608434c9a..ec1a37a31 100644 --- a/packages/taler-wallet-core/src/pay-peer-push-debit.ts +++ b/packages/taler-wallet-core/src/pay-peer-push-debit.ts @@ -47,6 +47,15 @@ import { readSuccessResponseJsonOrThrow, readTalerErrorResponse, } from "@gnu-taler/taler-util/http"; +import { + PendingTaskType, + TaskId, + TaskRunResult, + TaskRunResultType, + TransactionContext, + constructTaskIdentifier, + spendCoins, +} from "./common.js"; import { EncryptContractRequest } from "./crypto/cryptoTypes.js"; import { PeerPushDebitRecord, @@ -58,17 +67,6 @@ import { timestampProtocolToDb, } from "./index.js"; import { InternalWalletState } from "./internal-wallet-state.js"; -import { PendingTaskType, TaskId } from "./pending-types.js"; -import { assertUnreachable } from "./util/assertUnreachable.js"; -import { PeerCoinRepair, selectPeerCoins } from "./util/coinSelection.js"; -import { checkLogicInvariant } from "./util/invariants.js"; -import { - TaskRunResult, - TaskRunResultType, - TransactionContext, - constructTaskIdentifier, - spendCoins, -} from "./common.js"; import { codecForExchangePurseStatus, getTotalPeerPaymentCost, @@ -78,6 +76,9 @@ import { constructTransactionIdentifier, notifyTransition, } from "./transactions.js"; +import { assertUnreachable } from "./util/assertUnreachable.js"; +import { PeerCoinRepair, selectPeerCoins } from "./util/coinSelection.js"; +import { checkLogicInvariant } from "./util/invariants.js"; const logger = new Logger("pay-peer-push-debit.ts"); -- cgit v1.2.3