gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -handle serialization issue


From: gnunet
Subject: [taler-exchange] branch master updated: -handle serialization issue
Date: Tue, 24 May 2022 10:11:45 +0200

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 92e04e0a -handle serialization issue
92e04e0a is described below

commit 92e04e0a3f31a9407b3f8e6e8f615000a57c726f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 24 10:11:43 2022 +0200

    -handle serialization issue
---
 src/exchange/taler-exchange-wirewatch.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index a5efda72..85e73d1b 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -546,8 +546,6 @@ do_commit (struct WireAccount *wa)
   GNUNET_assert (NULL == task);
   shard_done = check_shard_done (wa);
   wa->started_transaction = false;
-  if (shard_done)
-    wa->shard_open = false;
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "Committing %s progress (%llu,%llu] at %llu\n (%s)",
               wa->job_name,
@@ -574,10 +572,15 @@ do_commit (struct WireAccount *wa)
     break;
   }
   if (shard_done)
+  {
+    wa->shard_open = false;
     account_completed (wa);
+  }
   else
+  {
     task = GNUNET_SCHEDULER_add_now (&continue_with_shard,
                                      wa);
+  }
 }
 
 

-- 
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]