From c2ee8fd9ab6754275d7423152681236a46cf36a9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Dec 2019 16:59:09 +0100 Subject: cleanup, avoid some circular deps --- src/operations/exchanges.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/operations/exchanges.ts') diff --git a/src/operations/exchanges.ts b/src/operations/exchanges.ts index 871ee1138..d9adc7c52 100644 --- a/src/operations/exchanges.ts +++ b/src/operations/exchanges.ts @@ -15,7 +15,6 @@ */ import { InternalWalletState } from "./state"; -import { WALLET_CACHE_BREAKER_CLIENT_VERSION } from "../wallet"; import { KeysJson, Denomination, ExchangeWireJson } from "../types/talerTypes"; import { getTimestampNow, OperationError } from "../types/walletTypes"; import { @@ -40,6 +39,7 @@ import { OperationFailedAndReportedError, guardOperationException, } from "./errors"; +import { WALLET_CACHE_BREAKER_CLIENT_VERSION } from "./versions"; async function denominationRecordFromKeys( ws: InternalWalletState, -- cgit v1.2.3