summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-peer-pull-debit.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-02-20 18:48:42 +0100
committerFlorian Dold <florian@dold.me>2024-02-20 18:55:02 +0100
commitd70f722866b62e4a0076c805b65d66d5a049b366 (patch)
treeeae153cb78a4987c12e18bd1dedcd8ab34030d71 /packages/taler-wallet-core/src/pay-peer-pull-debit.ts
parentba3e64470ae035c431ca8107ed547269e7307c4a (diff)
downloadwallet-core-d70f722866b62e4a0076c805b65d66d5a049b366.tar.gz
wallet-core-d70f722866b62e4a0076c805b65d66d5a049b366.tar.bz2
wallet-core-d70f722866b62e4a0076c805b65d66d5a049b366.zip
wallet-core: get rid of separate InternalWalletState interface
Diffstat (limited to 'packages/taler-wallet-core/src/pay-peer-pull-debit.ts')
-rw-r--r--packages/taler-wallet-core/src/pay-peer-pull-debit.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/pay-peer-pull-debit.ts b/packages/taler-wallet-core/src/pay-peer-pull-debit.ts
index 0b4f49ce2..b227e941a 100644
--- a/packages/taler-wallet-core/src/pay-peer-pull-debit.ts
+++ b/packages/taler-wallet-core/src/pay-peer-pull-debit.ts
@@ -80,7 +80,6 @@ import {
WalletStoresV1,
timestampPreciseToDb,
} from "./db.js";
-import { InternalWalletState } from "./internal-wallet-state.js";
import {
codecForExchangePurseStatus,
getTotalPeerPaymentCost,
@@ -96,6 +95,7 @@ import {
import { assertUnreachable } from "./util/assertUnreachable.js";
import { PeerCoinRepair, selectPeerCoins } from "./util/coinSelection.js";
import { checkLogicInvariant } from "./util/invariants.js";
+import { InternalWalletState } from "./wallet.js";
const logger = new Logger("pay-peer-pull-debit.ts");