gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: wallet-core: missing wait in transaction rese


From: gnunet
Subject: [taler-wallet-core] 01/02: wallet-core: missing wait in transaction reset
Date: Wed, 15 May 2024 12:02:04 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit d70ede02dda50d6ac83c50ffefcd969da2408be0
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri May 10 18:50:36 2024 +0200

    wallet-core: missing wait in transaction reset
---
 packages/taler-wallet-core/src/transactions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/transactions.ts 
b/packages/taler-wallet-core/src/transactions.ts
index f6216d641..1a5ac8f6a 100644
--- a/packages/taler-wallet-core/src/transactions.ts
+++ b/packages/taler-wallet-core/src/transactions.ts
@@ -1726,7 +1726,7 @@ export async function retryTransaction(
   logger.info(`resetting retry timeout for ${transactionId}`);
   const taskId = maybeTaskFromTransaction(transactionId);
   if (taskId) {
-    wex.taskScheduler.resetTaskRetries(taskId);
+    await wex.taskScheduler.resetTaskRetries(taskId);
   }
 }
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]