summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-23 19:28:13 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-23 19:28:13 +0200
commit4c220dce4d5ef33e00e937e236a744324af9dcf0 (patch)
treeefbea85cb7026da7479ce3e190c03cc05ab15aa3 /src/include
parent493f8fdc92265f421878e805a4dc4ab5b9a6038d (diff)
downloadexchange-4c220dce4d5ef33e00e937e236a744324af9dcf0.tar.gz
exchange-4c220dce4d5ef33e00e937e236a744324af9dcf0.tar.bz2
exchange-4c220dce4d5ef33e00e937e236a744324af9dcf0.zip
fix online denomination signatures; thanks to Jonathan Krebs for pointing out the issue
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_crypto_lib.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h
index dfce91cdb..ffb48285f 100644
--- a/src/include/taler_crypto_lib.h
+++ b/src/include/taler_crypto_lib.h
@@ -6044,12 +6044,6 @@ struct TALER_DenominationGroup
{
/**
- * XOR of all SHA-512 hashes of the public keys in this
- * group.
- */
- struct GNUNET_HashCode hash;
-
- /**
* Value of coins in this denomination group.
*/
struct TALER_Amount value;