summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-merchant.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/pay-merchant.ts')
-rw-r--r--packages/taler-wallet-core/src/pay-merchant.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/taler-wallet-core/src/pay-merchant.ts b/packages/taler-wallet-core/src/pay-merchant.ts
index 15de0571c..13580464b 100644
--- a/packages/taler-wallet-core/src/pay-merchant.ts
+++ b/packages/taler-wallet-core/src/pay-merchant.ts
@@ -126,10 +126,6 @@ import {
WalletDbReadWriteTransaction,
WalletStoresV1,
} from "./db.js";
-import {
- EXCHANGE_COINS_LOCK,
- InternalWalletState,
-} from "./internal-wallet-state.js";
import { DbReadWriteTransaction, StoreNames } from "./query.js";
import {
calculateRefreshOutput,
@@ -144,6 +140,7 @@ import {
import { assertUnreachable } from "./util/assertUnreachable.js";
import { PreviousPayCoins, selectPayCoinsNew } from "./util/coinSelection.js";
import { checkDbInvariant } from "./util/invariants.js";
+import { EXCHANGE_COINS_LOCK, InternalWalletState } from "./wallet.js";
import { getCandidateWithdrawalDenomsTx } from "./withdraw.js";
/**