[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -try to fix wirewatch hang
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -try to fix wirewatch hang |
Date: |
Mon, 19 Dec 2022 14:56:51 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 017e6b97 -try to fix wirewatch hang
017e6b97 is described below
commit 017e6b97cf652e4a22dfe1d891f1b0e9a6a68bac
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 19 14:56:49 2022 +0100
-try to fix wirewatch hang
---
src/exchange/taler-exchange-wirewatch.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/exchange/taler-exchange-wirewatch.c
b/src/exchange/taler-exchange-wirewatch.c
index e9b28030..5f81362b 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -559,7 +559,9 @@ process_reply (const struct TALER_BANK_CreditDetails
*details,
job_name);
db_plugin->rollback (db_plugin->cls);
started_transaction = false;
+ progress = true;
/* already existed, ok, let's just continue */
+ transaction_completed ();
return;
case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT:
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-exchange] branch master updated: -try to fix wirewatch hang,
gnunet <=