From 42c2b7508f898ccce4305d56084ced971d99ed52 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 Aug 2022 19:44:24 +0200 Subject: wallet-core: fix withdrawal idempotency --- packages/taler-wallet-core/src/wallet.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index ac81660d2..3c83cea6e 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -24,7 +24,6 @@ */ import { AbsoluteTime, - AcceptManualWithdrawalResult, AmountJson, Amounts, BalancesResponse, @@ -98,7 +97,6 @@ import { CoinSourceType, exportDb, importDb, - ReserveRecordStatus, WalletStoresV1, } from "./db.js"; import { getErrorDetailFromException, TalerError } from "./errors.js"; @@ -187,9 +185,8 @@ import { acceptWithdrawalFromUri, createManualWithdrawal, getExchangeWithdrawalInfo, - getFundingPaytoUrisTx, getWithdrawalDetailsForUri, - processWithdrawalGroup as processWithdrawalGroup, + processWithdrawalGroup, } from "./operations/withdraw.js"; import { PendingOperationsResponse, -- cgit v1.2.3