summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-02-18 02:07:38 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-02-18 02:07:38 +0100
commit71af4c539e341b6ee5c5f05695f834c48a93cbad (patch)
treeae8712d1403afc6f8db7f9fe25c4600e74ef0992 /src/include
parentf4f502d037a84a38db4bc21a1db06324a05d26aa (diff)
downloadexchange-71af4c539e341b6ee5c5f05695f834c48a93cbad.tar.gz
exchange-71af4c539e341b6ee5c5f05695f834c48a93cbad.tar.bz2
exchange-71af4c539e341b6ee5c5f05695f834c48a93cbad.zip
-reducing FIXMEs re: age restriction
- deposit info now carries h_age_commitment - benchmark does age commitment, too
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -1120,6 +1120,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.
*/