[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] 05/05: remove error
From: |
gnunet |
Subject: |
[taler-donau] 05/05: remove error |
Date: |
Sun, 07 Jan 2024 18:14:38 +0100 |
This is an automated email from the git hooks/post-receive script.
lukas-matyja pushed a commit to branch master
in repository donau.
commit 4611663d55b9d9fd08a9d0344d7dc92deb20dcd5
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Sun Jan 7 18:15:15 2024 +0100
remove error
---
src/include/donau_crypto_lib.h | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/src/include/donau_crypto_lib.h b/src/include/donau_crypto_lib.h
index 7dafadc..3fc644f 100644
--- a/src/include/donau_crypto_lib.h
+++ b/src/include/donau_crypto_lib.h
@@ -380,27 +380,5 @@ TALER_donation_unit_group_get_key (
const struct DONAU_DonationUnitGroup *dg,
struct GNUNET_HashCode *key);
-/**
- * Group of donation units. These are the common fields of an array of
- * donation units.
- *
- * The corresponding JSON-blob will also contain an array of particular
- * donation units with only the cipher-specific public key.
- */
-struct DONAU_DonationUnitGroup
-{
-
- /**
- * Value of coins in this denomination group.
- */
- struct TALER_Amount value;
-
- /**
- * Cipher used for the denomination.
- */
- enum GNUNET_CRYPTO_BlindSignatureAlgorithm cipher;
-
-
-};
#endif
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.