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-common.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/pay-peer-common.ts') diff --git a/packages/taler-wallet-core/src/pay-peer-common.ts b/packages/taler-wallet-core/src/pay-peer-common.ts index 5d3aac915..abcffc83a 100644 --- a/packages/taler-wallet-core/src/pay-peer-common.ts +++ b/packages/taler-wallet-core/src/pay-peer-common.ts @@ -31,10 +31,10 @@ import { } from "@gnu-taler/taler-util"; import { SpendCoinDetails } from "./crypto/cryptoImplementation.js"; import { PeerPushPaymentCoinSelection, ReserveRecord } from "./db.js"; -import { InternalWalletState } from "./internal-wallet-state.js"; +import { getTotalRefreshCost } from "./refresh.js"; import type { SelectedPeerCoin } from "./util/coinSelection.js"; import { checkDbInvariant } from "./util/invariants.js"; -import { getTotalRefreshCost } from "./refresh.js"; +import { InternalWalletState } from "./wallet.js"; import { getCandidateWithdrawalDenomsTx } from "./withdraw.js"; const logger = new Logger("operations/peer-to-peer.ts"); -- cgit v1.2.3