From c97979d00ab68915b0d354a1424e420ef84b7723 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sun, 14 Nov 2021 16:39:42 +0100 Subject: age restriction (load per denomination). 3/n --- src/include/taler_crypto_lib.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include/taler_crypto_lib.h') diff --git a/src/include/taler_crypto_lib.h b/src/include/taler_crypto_lib.h index 7261d4de..d354add1 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -324,7 +324,9 @@ struct TALER_CoinSpendPublicKeyP struct GNUNET_CRYPTO_EddsaPublicKey eddsa_pub; /* - * If age restriction applies to the coin, it must come with a hash of the age commitment + * If age restriction applies to the coin, it must come with a hash of the + * age commitment. A zero value indicates that the coin has no age + * commitment set. */ struct TALER_AgeHash age_commitment_hash; }; -- cgit v1.2.3