aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-19 15:41:28 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-19 15:41:28 +0100
commit97f46a01cd7b3cf3308fa7082eac185bd330e242 (patch)
tree6981c40e11f90f5739fae4e0a7d2f603bf17780b
parent649619840bac3b22fe47b9b2107ea850a8d32650 (diff)
downloadexchange-97f46a01cd7b3cf3308fa7082eac185bd330e242.tar.xz
-try to fix wirewatch loop
-rw-r--r--src/exchange/taler-exchange-wirewatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index 1ab2c3674..5ae56dd58 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -836,7 +836,7 @@ lock_shard (void *cls)
{
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Continuing from %llu\n",
- lastest_row_off);
+ latest_row_off);
GNUNET_break (latest_row_off >= batch_start); /* resume where we left things */
}
else