From 2e1438eb048e48ec7aa71246878b1125c9e34694 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 8 Jun 2021 15:58:13 -0300 Subject: moving logger into taler-util --- packages/taler-wallet-core/src/operations/withdraw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index 5f050620a..36be84df0 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -50,7 +50,7 @@ import { codecForTalerConfigResponse, } from "@gnu-taler/taler-util"; import { InternalWalletState } from "./state"; -import { Logger } from "../util/logging"; +import { Logger } from "@gnu-taler/taler-util"; import { getExchangeDetails, updateExchangeFromUrl } from "./exchanges"; import { WALLET_EXCHANGE_PROTOCOL_VERSION, -- cgit v1.2.3