From 2c52046f0bf358a5e07c53394b3b72d091356cce Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Mar 2020 00:44:28 +0530 Subject: full recoup, untested/unfinished first attempt --- src/types/history.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/types/history.ts') diff --git a/src/types/history.ts b/src/types/history.ts index 30fe8e529..f4a1d0631 100644 --- a/src/types/history.ts +++ b/src/types/history.ts @@ -348,19 +348,7 @@ export interface HistoryFundsDepositedToSelfEvent { * converted funds in these denominations to new funds. */ export interface HistoryFundsRecoupedEvent { - type: HistoryEventType.FundsDepositedToSelf; - - exchangeBaseUrl: string; - - /** - * Amount that the wallet managed to recover. - */ - amountRecouped: string; - - /** - * Amount that was lost due to fees. - */ - amountLost: string; + type: HistoryEventType.FundsRecouped; } /** -- cgit v1.2.3