aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-08-26 18:01:08 +0200
committerChristian Grothoff <christian@grothoff.org>2024-08-26 18:01:08 +0200
commit95a921236bf343781be67f16a1084ed2af17f9b6 (patch)
tree88b7257b0cb2351077ffcee7da7b4d819cbcced5
parentb71fe937ecc9cc097a7b063ffb273fa430127d8d (diff)
downloadexchange-95a921236bf343781be67f16a1084ed2af17f9b6.tar.xz
fix
-rw-r--r--src/auditor/taler-helper-auditor-transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-helper-auditor-transfer.c b/src/auditor/taler-helper-auditor-transfer.c
index a5e951275..dd8cca566 100644
--- a/src/auditor/taler-helper-auditor-transfer.c
+++ b/src/auditor/taler-helper-auditor-transfer.c
@@ -124,7 +124,7 @@ import_wire_missing_cb (
if (wc->err < 0)
return; /* already failed */
- GNUNET_assert (batch_deposit_serial_id > wc->max_batch_deposit_uuid);
+ GNUNET_assert (batch_deposit_serial_id >= wc->max_batch_deposit_uuid);
wc->max_batch_deposit_uuid = batch_deposit_serial_id + 1;
qs = TALER_ARL_adb->insert_pending_deposit (
TALER_ARL_adb->cls,