gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: clean up


From: gnunet
Subject: [taler-donau] branch master updated: clean up
Date: Wed, 20 Mar 2024 15:31:23 +0100

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

grothoff pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 7c3dc03  clean up
7c3dc03 is described below

commit 7c3dc032bf5af4d007180ec736a383fcae2e98a8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Mar 20 15:31:21 2024 +0100

    clean up
---
 src/donau/donau-httpd_keys.c | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/donau/donau-httpd_keys.c b/src/donau/donau-httpd_keys.c
index ac257ef..5dfaefa 100644
--- a/src/donau/donau-httpd_keys.c
+++ b/src/donau/donau-httpd_keys.c
@@ -120,6 +120,7 @@ static struct TALER_SecurityModulePublicKeyP esign_sm_pub;
 /**
  * Information about a donation unit on offer by the donation unit helper.
  */
+// KILL!
 struct HelperDonationUnit
 {
 
@@ -178,6 +179,7 @@ struct HelperDonationUnit
 /**
  * Information about a signing key on offer by the esign helper.
  */
+// KILL!
 struct HelperSignkey
 {
   /**
@@ -567,16 +569,12 @@ insert_donation_unit_cb (void *cls,
     0 == json_array_append_new (
       kbc->donation_units,
       GNUNET_JSON_PACK (
-        GNUNET_JSON_pack_data_auto ("donation_unit_pub",
-                                    &hd->donation_unit_pub),
-        GNUNET_JSON_pack_uint64 ("validity_year",
+        //        GNUNET_JSON_pack_data_auto ("donation_unit_pub",
+        //                                    &hd->donation_unit_pub),
+        GNUNET_JSON_pack_uint64 ("year",
                                  du->validity_year),
         TALER_JSON_pack_amount ("value",
-                                &du->value),
-        GNUNET_JSON_pack_data_auto ("donation_unit_secmod_sig",
-                                    &hd->sm_sig),
-        GNUNET_JSON_pack_string ("section_name",
-                                 hd->section_name)
+                                &du->value)
         )));
   return GNUNET_OK;
 }

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