gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: solve some errors


From: gnunet
Subject: [taler-donau] branch master updated: solve some errors
Date: Mon, 20 Nov 2023 23:03:56 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 03193a0  solve some errors
03193a0 is described below

commit 03193a073d372a47ce8e93d1cf07b938d6a88b25
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Mon Nov 20 23:04:43 2023 +0100

    solve some errors
---
 src/util/donau_signatures.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/util/donau_signatures.c b/src/util/donau_signatures.c
index 808c905..acaafae 100644
--- a/src/util/donau_signatures.c
+++ b/src/util/donau_signatures.c
@@ -31,7 +31,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
  * @brief Format used to generate the signature/donation statement
  * over the total amount and a donor identifier of a year.
  */
-struct TALER_DonationStatementConfirmationPS
+struct DONAU_DonationStatementConfirmationPS
 {
   /**
    * Purpose must be #DONAU_SIGNATURE_DONAU_DONATION_STATEMENT. Signed
@@ -47,7 +47,7 @@ struct TALER_DonationStatementConfirmationPS
   /**
    * The hash of the identifier of the donor.
    */
-  struct TALER_DONAU_HashDonorTaxId i;
+  struct DONAU_HashDonorTaxId i;
 
   /**
    * The corresponding year.

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