From 599c8380f23584c24633927cafe8277fb9e41579 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Aug 2020 15:15:01 +0530 Subject: make withdrawal requests sequentially, clean up withdrawal logic a bit --- packages/taler-wallet-core/src/types/dbTypes.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'packages/taler-wallet-core/src/types/dbTypes.ts') diff --git a/packages/taler-wallet-core/src/types/dbTypes.ts b/packages/taler-wallet-core/src/types/dbTypes.ts index 26cf6915d..3c4c2a250 100644 --- a/packages/taler-wallet-core/src/types/dbTypes.ts +++ b/packages/taler-wallet-core/src/types/dbTypes.ts @@ -662,6 +662,8 @@ export interface PlanchetRecord { withdrawalDone: boolean; + lastError: OperationErrorDetails | undefined; + /** * Public key of the reserve, this might be a reserve not * known to the wallet if the planchet is from a tip. @@ -1504,12 +1506,6 @@ export interface WithdrawalGroupRecord { */ retryInfo: RetryInfo; - /** - * Last error per coin/planchet, or undefined if no error occured for - * the coin/planchet. - */ - lastErrorPerCoin: { [coinIndex: number]: OperationErrorDetails }; - lastError: OperationErrorDetails | undefined; } -- cgit v1.2.3