From ef0acf06bfb7820a21c4719dba0d659f600be3c7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 2 Apr 2020 20:33:01 +0530 Subject: model reserve history in the exchange, improve reserve handling logic --- src/types/pending.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/types/pending.ts') diff --git a/src/types/pending.ts b/src/types/pending.ts index d9d17a3b9..1471fa19a 100644 --- a/src/types/pending.ts +++ b/src/types/pending.ts @@ -214,7 +214,8 @@ export interface PendingRecoupOperation { export interface PendingWithdrawOperation { type: PendingOperationType.Withdraw; source: WithdrawalSource; - withdrawSessionId: string; + lastError: OperationError | undefined; + withdrawalGroupId: string; numCoinsWithdrawn: number; numCoinsTotal: number; } -- cgit v1.2.3