diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:58:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-12-19 14:58:49 +0100 |
commit | 91f792532481acc69989dde30b2fafb81a3a35ed (patch) | |
tree | feb34f9eaf5bfc8ef32dc910af9e8482777bbfba | |
parent | 017e6b97cf652e4a22dfe1d891f1b0e9a6a68bac (diff) |
-try to fix wirewatch hang
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 1 |
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; |