From e1a7bf4825162b4b95669ae6b4552589f4a64217 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 19 Feb 2024 19:45:26 +0100 Subject: wallet-core: better import hygiene, cleanup withdrawals --- packages/taler-wallet-core/src/pay-peer-pull-credit.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/pay-peer-pull-credit.ts') diff --git a/packages/taler-wallet-core/src/pay-peer-pull-credit.ts b/packages/taler-wallet-core/src/pay-peer-pull-credit.ts index 03bc5a4b9..d862a3b3a 100644 --- a/packages/taler-wallet-core/src/pay-peer-pull-credit.ts +++ b/packages/taler-wallet-core/src/pay-peer-pull-credit.ts @@ -66,11 +66,11 @@ import { PeerPullPaymentCreditStatus, WithdrawalGroupStatus, WithdrawalRecordType, - fetchFreshExchange, timestampOptionalPreciseFromDb, timestampPreciseFromDb, timestampPreciseToDb, -} from "./index.js"; +} from "./db.js"; +import { fetchFreshExchange } from "./exchanges.js"; import { InternalWalletState } from "./internal-wallet-state.js"; import { codecForExchangePurseStatus, -- cgit v1.2.3