donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 4611663d55b9d9fd08a9d0344d7dc92deb20dcd5
parent 31c610a7d4cf814b425b4f8e2605c0378a9bc386
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Sun,  7 Jan 2024 18:15:15 +0100

remove error

Diffstat:
Msrc/include/donau_crypto_lib.h | 22----------------------
1 file changed, 0 insertions(+), 22 deletions(-)

diff --git 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