From 42fe57632002e8f6dbf175b4e984b2fa1013bbe9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 25 Jun 2021 13:27:06 +0200 Subject: implement backup scheduling, other tweaks --- packages/taler-wallet-core/src/operations/withdraw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/withdraw.ts') diff --git a/packages/taler-wallet-core/src/operations/withdraw.ts b/packages/taler-wallet-core/src/operations/withdraw.ts index e966f6a14..55f39b6bf 100644 --- a/packages/taler-wallet-core/src/operations/withdraw.ts +++ b/packages/taler-wallet-core/src/operations/withdraw.ts @@ -875,7 +875,7 @@ async function processWithdrawGroupImpl( finishedForFirstTime = true; wg.timestampFinish = getTimestampNow(); wg.lastError = undefined; - wg.retryInfo = initRetryInfo(false); + wg.retryInfo = initRetryInfo(); } await tx.withdrawalGroups.put(wg); -- cgit v1.2.3