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/refresh.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/refresh.ts') diff --git a/packages/taler-wallet-core/src/operations/refresh.ts b/packages/taler-wallet-core/src/operations/refresh.ts index cf8b4ddde..2549b1404 100644 --- a/packages/taler-wallet-core/src/operations/refresh.ts +++ b/packages/taler-wallet-core/src/operations/refresh.ts @@ -203,7 +203,7 @@ async function refreshCreateSession( } if (allDone) { rg.timestampFinished = getTimestampNow(); - rg.retryInfo = initRetryInfo(false); + rg.retryInfo = initRetryInfo(); } await tx.refreshGroups.put(rg); }); @@ -590,7 +590,7 @@ async function refreshReveal( } if (allDone) { rg.timestampFinished = getTimestampNow(); - rg.retryInfo = initRetryInfo(false); + rg.retryInfo = initRetryInfo(); } for (const coin of coins) { await tx.coins.put(coin); -- cgit v1.2.3