aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-08-24 19:44:24 +0200
committerFlorian Dold <florian@dold.me>2022-08-24 19:44:24 +0200
commit42c2b7508f898ccce4305d56084ced971d99ed52 (patch)
tree712257afe6d0a5ce9af079074e6615f32c295a97 /packages/taler-wallet-core/src/wallet.ts
parentd32d2895cedad656d7130522722f40642c439de6 (diff)
downloadwallet-core-42c2b7508f898ccce4305d56084ced971d99ed52.tar.xz
wallet-core: fix withdrawal idempotency
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts5
1 files changed, 1 insertions, 4 deletions
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,