aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-19 14:58:49 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-19 14:58:49 +0100
commit91f792532481acc69989dde30b2fafb81a3a35ed (patch)
treefeb34f9eaf5bfc8ef32dc910af9e8482777bbfba /src
parent017e6b97cf652e4a22dfe1d891f1b0e9a6a68bac (diff)
downloadexchange-91f792532481acc69989dde30b2fafb81a3a35ed.tar.xz
-try to fix wirewatch hang
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index 5f81362b8..f13538479 100644
--- 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;