From d70f722866b62e4a0076c805b65d66d5a049b366 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Feb 2024 18:48:42 +0100 Subject: wallet-core: get rid of separate InternalWalletState interface --- packages/taler-wallet-core/src/pay-peer-push-credit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/pay-peer-push-credit.ts') diff --git a/packages/taler-wallet-core/src/pay-peer-push-credit.ts b/packages/taler-wallet-core/src/pay-peer-push-credit.ts index b574be36b..6dcf59be9 100644 --- a/packages/taler-wallet-core/src/pay-peer-push-credit.ts +++ b/packages/taler-wallet-core/src/pay-peer-push-credit.ts @@ -70,7 +70,6 @@ import { timestampPreciseToDb, } from "./db.js"; import { fetchFreshExchange } from "./exchanges.js"; -import { InternalWalletState } from "./internal-wallet-state.js"; import { codecForExchangePurseStatus, getMergeReserveInfo, @@ -83,6 +82,7 @@ import { } from "./transactions.js"; import { assertUnreachable } from "./util/assertUnreachable.js"; import { checkDbInvariant } from "./util/invariants.js"; +import { InternalWalletState } from "./wallet.js"; import { PerformCreateWithdrawalGroupResult, getExchangeWithdrawalInfo, -- cgit v1.2.3