diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:56:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:56:49 +0100 |
commit | 017e6b97cf652e4a22dfe1d891f1b0e9a6a68bac (patch) | |
tree | e1295dda054480d87ee7291edecbe4a5c726fafa /src | |
parent | d5c088b17c6e35ac5814bf2fbb0dec3262304b7c (diff) |
-try to fix wirewatch hang
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c index e9b28030b..5f81362b8 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, |