aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util/coinSelection.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/util/coinSelection.ts')
-rw-r--r--packages/taler-wallet-core/src/util/coinSelection.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/util/coinSelection.ts b/packages/taler-wallet-core/src/util/coinSelection.ts
index 88dd08f63..02eb3ae32 100644
--- a/packages/taler-wallet-core/src/util/coinSelection.ts
+++ b/packages/taler-wallet-core/src/util/coinSelection.ts
@@ -61,7 +61,7 @@ import {
import { getAutoRefreshExecuteThreshold } from "../common.js";
import { DenominationRecord, WalletDbReadOnlyTransaction } from "../db.js";
import { getExchangeWireDetailsInTx } from "../exchanges.js";
-import { InternalWalletState } from "../internal-wallet-state.js";
+import { InternalWalletState } from "../wallet.js";
import { isWithdrawableDenom } from "./denominations.js";
import { checkDbInvariant, checkLogicInvariant } from "./invariants.js";