From d41ae5eb97a5264b1d61321354eac049ca317c97 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 15 Jun 2021 18:52:43 +0200 Subject: separate wallet state from wallet client --- packages/taler-wallet-core/src/operations/refresh.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/refresh.ts') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index c442a7c90..3c81362ce 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -55,7 +55,10 @@ import { URL } from "../util/url.js"; import { guardOperationException } from "./errors.js"; import { updateExchangeFromUrl } from "./exchanges.js"; import { EXCHANGE_COINS_LOCK, InternalWalletState } from "./state.js"; -import { isWithdrawableDenom, selectWithdrawalDenominations } from "./withdraw.js"; +import { + isWithdrawableDenom, + selectWithdrawalDenominations, +} from "./withdraw.js"; import { RefreshNewDenomInfo } from "../crypto/cryptoTypes.js"; import { GetReadWriteAccess } from "../util/query.js"; -- cgit v1.2.3