From 7910ca183f40a544dae4add5e7b5ff4775e65e12 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 22 Feb 2022 18:35:10 +0100 Subject: double melt test no works with age restriction - added missing field h_age_commitment in exchange's error response - slight refactoring --- src/include/taler_crypto_lib.h | 5 +++++ 1 file changed, 5 insertions(+) (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 a49b9eb5..ed447e90 100644 --- a/src/include/taler_crypto_lib.h +++ b/src/include/taler_crypto_lib.h @@ -1055,6 +1055,11 @@ struct TALER_CoinPublicInfo */ struct TALER_AgeCommitmentHash h_age_commitment; + /** + * True, if age commitment is not applicable. + */ + bool no_age_commitment; + /** * (Unblinded) signature over @e coin_pub with @e denom_pub, * which demonstrates that the coin is valid. -- cgit v1.2.3