gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -try to fix wirewatch loop


From: gnunet
Subject: [taler-exchange] branch master updated: -try to fix wirewatch loop
Date: Mon, 19 Dec 2022 15:54:49 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 709ca561 -try to fix wirewatch loop
709ca561 is described below

commit 709ca561d27d801f405b49d886e9db24b073a785
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 19 15:54:47 2022 +0100

    -try to fix wirewatch loop
---
 src/exchange/taler-exchange-wirewatch.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index 50e0dfbe..47ecba68 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -422,7 +422,6 @@ schedule_transfers (void)
 static void
 transaction_completed (void)
 {
-  GNUNET_assert (! started_transaction);
   if ( (batch_start + batch_size ==
         latest_row_off) &&
        (batch_size < MAXIMUM_BATCH_SIZE) )
@@ -848,7 +847,7 @@ lock_shard (void *cls)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                 "Continuing from %llu\n",
-                latest_row_off);
+                (unsigned long long) latest_row_off);
     GNUNET_break (latest_row_off >= batch_start); /* resume where we left 
things */
   }
   else

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]