exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 97f46a01cd7b3cf3308fa7082eac185bd330e242
parent 649619840bac3b22fe47b9b2107ea850a8d32650
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Dec 2022 15:41:28 +0100

-try to fix wirewatch loop

Diffstat:
Msrc/exchange/taler-exchange-wirewatch.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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