gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: cleanup


From: gnunet
Subject: [taler-exchange] branch master updated: cleanup
Date: Sat, 21 Mar 2020 19:49:20 +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 db61bc3b cleanup
db61bc3b is described below

commit db61bc3bbeede8e2432156567ab74283420b3c7f
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 21 19:49:18 2020 +0100

    cleanup
---
 src/auditor/taler-helper-auditor-wire.c | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/src/auditor/taler-helper-auditor-wire.c 
b/src/auditor/taler-helper-auditor-wire.c
index 66d8b8ac..e4266cd1 100644
--- a/src/auditor/taler-helper-auditor-wire.c
+++ b/src/auditor/taler-helper-auditor-wire.c
@@ -610,9 +610,6 @@ do_shutdown (void *cls)
 }
 
 
-/* ***************************** Report logic **************************** */
-
-
 /**
  * Detect any entries in #reserve_closures that were not yet
  * observed on the wire transfer side and update the progress
@@ -681,11 +678,8 @@ hash_rc (const char *receiver_account,
 }
 
 
-/* *************************** General transaction logic ****************** */
-
 /**
- * Commit the transaction, checkpointing our progress in the auditor
- * DB.
+ * Commit the transaction, checkpointing our progress in the auditor DB.
  *
  * @param qs transaction status so far
  * @return transaction status code
@@ -735,8 +729,7 @@ commit (enum GNUNET_DB_QueryStatus qs)
       qs = TALER_ARL_adb->update_wire_auditor_account_progress (
         TALER_ARL_adb->cls,
         TALER_ARL_asession,
-        &
-        TALER_ARL_master_pub,
+        &TALER_ARL_master_pub,
         wa->section_name,
         &wa->pp,
         wa->in_wire_off,
@@ -745,8 +738,7 @@ commit (enum GNUNET_DB_QueryStatus qs)
       qs = TALER_ARL_adb->insert_wire_auditor_account_progress (
         TALER_ARL_adb->cls,
         TALER_ARL_asession,
-        &
-        TALER_ARL_master_pub,
+        &TALER_ARL_master_pub,
         wa->section_name,
         &wa->pp,
         wa->in_wire_off,
@@ -913,7 +905,7 @@ check_for_required_transfers (void)
  * Clean up after processing wire out data.
  */
 static void
-conclude_wire_out ()
+conclude_wire_out (void)
 {
   GNUNET_CONTAINER_multihashmap_destroy (out_map);
   out_map = NULL;

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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