commit 91f792532481acc69989dde30b2fafb81a3a35ed
parent 017e6b97cf652e4a22dfe1d891f1b0e9a6a68bac
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 19 Dec 2022 14:58:49 +0100
-try to fix wirewatch hang
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
@@ -560,6 +560,7 @@ process_reply (const struct TALER_BANK_CreditDetails *details,
db_plugin->rollback (db_plugin->cls);
started_transaction = false;
progress = true;
+ latest_row_off = cd->serial_id;
/* already existed, ok, let's just continue */
transaction_completed ();
return;