From 8624d798b799d78a4b6393493a0750027094904d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 25 May 2023 19:11:03 +0200 Subject: wallet-core: fix issues with aborting deposits --- packages/taler-wallet-core/src/operations/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/common.ts') diff --git a/packages/taler-wallet-core/src/operations/common.ts b/packages/taler-wallet-core/src/operations/common.ts index 5ad1e7112..203bf6788 100644 --- a/packages/taler-wallet-core/src/operations/common.ts +++ b/packages/taler-wallet-core/src/operations/common.ts @@ -232,7 +232,7 @@ export async function resetOperationTimeout( if (retryRecord) { // Note that we don't reset the lastError, it should still be visible // while the retry runs. - retryRecord.retryInfo = RetryInfo.increment(retryRecord.retryInfo); + retryRecord.retryInfo = RetryInfo.reset(); await tx.operationRetries.put(retryRecord); } }); -- cgit v1.2.3