summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/withdraw.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts
index b34ad521d..391fbc9e2 100644
--- a/packages/taler-wallet-core/src/withdraw.ts
+++ b/packages/taler-wallet-core/src/withdraw.ts
@@ -128,7 +128,6 @@ import {
listExchanges,
markExchangeUsed,
} from "./exchanges.js";
-import { InternalWalletState } from "./internal-wallet-state.js";
import { DbAccess } from "./query.js";
import {
TransitionInfo,
@@ -146,6 +145,7 @@ import {
WALLET_BANK_INTEGRATION_PROTOCOL_VERSION,
WALLET_EXCHANGE_PROTOCOL_VERSION,
} from "./versions.js";
+import type { InternalWalletState } from "./wallet.js";
/**
* Logger for this file.