From 71af4c539e341b6ee5c5f05695f834c48a93cbad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Fri, 18 Feb 2022 02:07:38 +0100 Subject: -reducing FIXMEs re: age restriction - deposit info now carries h_age_commitment - benchmark does age commitment, too --- src/include/taler_exchangedb_plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 41231c984..b6eee195e 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1119,6 +1119,12 @@ struct TALER_EXCHANGEDB_DepositListEntry */ struct TALER_DenominationHash h_denom_pub; + /** + * Age commitment hash, if applicable ot the denomination. Should be all + * zeroes if age commitment is not applicable to the denonimation. + */ + struct TALER_AgeCommitmentHash h_age_commitment; + /** * Detailed information about the receiver for executing the transaction. * URL in payto://-format. -- cgit v1.2.3