From 75c5c59316a428fbebe2448d9d79a70689565657 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Jul 2020 14:44:59 +0530 Subject: report manual withdrawals properly in transaction list --- src/wallet.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/wallet.ts') diff --git a/src/wallet.ts b/src/wallet.ts index e04c849d5..737704fd6 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -64,10 +64,9 @@ import { TipStatus, WalletBalance, PreparePayResult, - WithdrawDetails, + WithdrawalDetailsResponse, AcceptWithdrawalResponse, PurchaseDetails, - ExchangeWithdrawDetails as ExchangeWithdrawalDetails, RefreshReason, ExchangeListItem, ExchangesListRespose, @@ -477,7 +476,7 @@ export class Wallet { async getWithdrawDetailsForUri( talerWithdrawUri: string, maybeSelectedExchange?: string, - ): Promise { + ): Promise { return getWithdrawDetailsForUri( this.ws, talerWithdrawUri, -- cgit v1.2.3