diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-10 16:55:26 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-10 16:55:26 +0200 |
commit | 6c447554581cbd3fef56e3cfad2031970b2d06cb (patch) | |
tree | 8e7ca7398a9905a5f9c253cdbb9f2df2dd511a1a /src/include/taler_exchange_service.h | |
parent | 6a483b51ec6b857982a45d5215834c99a827066f (diff) |
use DK age group, not global age group
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index eaf9fce4d..8e36bc516 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -125,6 +125,7 @@ struct TALER_EXCHANGE_DenomPublicKey * revoked by the exchange. */ bool revoked; + }; @@ -2748,13 +2749,16 @@ TALER_EXCHANGE_batch_withdraw2_cancel ( */ struct TALER_EXCHANGE_AgeWithdrawCoinInput { - /* The master secret from which we derive all other relevant values for + /** + * The master secret from which we derive all other relevant values for * the coin: private key, nonces (if applicable) and age restriction */ const struct TALER_PlanchetMasterSecretP secret[TALER_CNC_KAPPA]; - /* The denomination of the coin. Must support age restriction, i.e - * its .keys.age_mask MUST not be 0 */ + /** + * The denomination of the coin. Must support age restriction, i.e + * its .keys.age_mask MUST not be 0 + */ const struct TALER_EXCHANGE_DenomPublicKey *denom_pub; }; |