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-merchant.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packages/taler-wallet-core/src/pay-merchant.ts') 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"; /** -- cgit v1.2.3