diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 41231c98..b6eee195 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. */ |