commit 017e6b97cf652e4a22dfe1d891f1b0e9a6a68bac
parent d5c088b17c6e35ac5814bf2fbb0dec3262304b7c
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 19 Dec 2022 14:56:49 +0100
-try to fix wirewatch hang
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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,