From b244e23859a933d98e44dac88bd529f22e378214 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 23 Feb 2022 16:08:27 +0100 Subject: -make age commiment structs const in traits --- src/include/taler_testing_lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_testing_lib.h') diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index ab8b64fc..531d9d26 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -2483,8 +2483,8 @@ TALER_TESTING_get_trait (const struct TALER_TESTING_Trait *traits, #define TALER_TESTING_INDEXED_TRAITS(op) \ op (denom_pub, const struct TALER_EXCHANGE_DenomPublicKey) \ op (denom_sig, const struct TALER_DenominationSignature) \ - op (age_commitment, struct TALER_AgeCommitment) \ - op (h_age_commitment, struct TALER_AgeCommitmentHash) \ + op (age_commitment, const struct TALER_AgeCommitment) \ + op (h_age_commitment, const struct TALER_AgeCommitmentHash) \ op (planchet_secrets, const struct TALER_PlanchetMasterSecretP) \ op (exchange_wd_value, const struct TALER_ExchangeWithdrawValues) \ op (coin_priv, const struct TALER_CoinSpendPrivateKeyP) \ -- cgit v1.2.3