From 526f4eba9554f27e33afb0e02d19d870825b038c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 8 Oct 2022 20:56:57 +0200 Subject: wallet-core: Clean up merchant payments DB schema --- packages/taler-wallet-core/src/operations/exchanges.ts | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/exchanges.ts') diff --git a/packages/taler-wallet-core/src/operations/exchanges.ts b/packages/taler-wallet-core/src/operations/exchanges.ts index 1dd8660b5..9a6c72577 100644 --- a/packages/taler-wallet-core/src/operations/exchanges.ts +++ b/packages/taler-wallet-core/src/operations/exchanges.ts @@ -40,7 +40,6 @@ import { parsePaytoUri, Recoup, TalerErrorCode, - TalerErrorDetail, TalerProtocolDuration, TalerProtocolTimestamp, URL, @@ -71,11 +70,9 @@ import { import { OperationAttemptResult, OperationAttemptResultType, - RetryInfo, runOperationHandlerForResult, } from "../util/retries.js"; import { WALLET_EXCHANGE_PROTOCOL_VERSION } from "../versions.js"; -import { guardOperationException } from "./common.js"; const logger = new Logger("exchanges.ts"); -- cgit v1.2.3