From 612b85c18fc17af412d08e075e1fddaa67aa7bf0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 21 Feb 2024 13:01:23 +0100 Subject: move helpers to util --- packages/taler-wallet-core/src/wallet.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index dfe7b2395..17fd74178 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -60,6 +60,8 @@ import { WalletCoreVersion, WalletNotification, WithdrawalDetailsForAmount, + assertUnreachable, + checkDbInvariant, codecForAbortTransaction, codecForAcceptBankIntegratedWithdrawalRequest, codecForAcceptExchangeTosRequest, @@ -246,15 +248,13 @@ import { retryTransaction, suspendTransaction, } from "./transactions.js"; -import { assertUnreachable } from "./util/assertUnreachable.js"; import { convertDepositAmount, convertPeerPushAmount, convertWithdrawalAmount, getMaxDepositAmount, getMaxPeerPushAmount, -} from "./util/instructedAmountConversion.js"; -import { checkDbInvariant } from "./util/invariants.js"; +} from "./instructedAmountConversion.js"; import { WALLET_BANK_CONVERSION_API_PROTOCOL_VERSION, WALLET_BANK_INTEGRATION_PROTOCOL_VERSION, -- cgit v1.2.3