summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/balance.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/balance.ts')
-rw-r--r--packages/taler-wallet-core/src/balance.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/balance.ts b/packages/taler-wallet-core/src/balance.ts
index 34f719ad3..a287748f1 100644
--- a/packages/taler-wallet-core/src/balance.ts
+++ b/packages/taler-wallet-core/src/balance.ts
@@ -56,9 +56,11 @@ import {
AmountJson,
AmountLike,
Amounts,
+ assertUnreachable,
BalanceFlag,
BalancesResponse,
canonicalizeBaseUrl,
+ checkLogicInvariant,
GetBalanceDetailRequest,
Logger,
parsePaytoUri,
@@ -78,8 +80,6 @@ import {
getExchangeScopeInfo,
getExchangeWireDetailsInTx,
} from "./exchanges.js";
-import { assertUnreachable } from "./util/assertUnreachable.js";
-import { checkLogicInvariant } from "./util/invariants.js";
import { InternalWalletState } from "./wallet.js";
/**