gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wallet-core: add retry to ref


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: add retry to refresh txActions
Date: Thu, 25 Jan 2024 14:00:53 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 3c93a4979 wallet-core: add retry to refresh txActions
3c93a4979 is described below

commit 3c93a497977d291e9cc5fac014a4a42018819c2b
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 25 14:00:49 2024 +0100

    wallet-core: add retry to refresh txActions
---
 build-system/taler-build-scripts                     | 2 +-
 packages/taler-wallet-core/src/operations/refresh.ts | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 001f5dd08..23538677f 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 001f5dd081fc8729ff8def90c4a1c3f93eb8689a
+Subproject commit 23538677f6c6be2a62f38dc6137ecdd1c76b7b15
diff --git a/packages/taler-wallet-core/src/operations/refresh.ts 
b/packages/taler-wallet-core/src/operations/refresh.ts
index 974eb1619..efaeeefb1 100644
--- a/packages/taler-wallet-core/src/operations/refresh.ts
+++ b/packages/taler-wallet-core/src/operations/refresh.ts
@@ -1466,7 +1466,11 @@ export function computeRefreshTransactionActions(
     case RefreshOperationStatus.Failed:
       return [TransactionAction.Delete];
     case RefreshOperationStatus.Pending:
-      return [TransactionAction.Suspend, TransactionAction.Fail];
+      return [
+        TransactionAction.Retry,
+        TransactionAction.Suspend,
+        TransactionAction.Fail,
+      ];
     case RefreshOperationStatus.Suspended:
       return [TransactionAction.Resume, TransactionAction.Fail];
   }

-- 
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]