summaryrefslogtreecommitdiff
path: root/src/include/taler_testing_lib.h
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-02-23 16:08:27 +0100
committerÖzgür Kesim <oec-taler@kesim.org>2022-02-23 16:08:27 +0100
commitb244e23859a933d98e44dac88bd529f22e378214 (patch)
tree82e383f24573a30f5a42e93e6d527f8195074d38 /src/include/taler_testing_lib.h
parent7910ca183f40a544dae4add5e7b5ff4775e65e12 (diff)
downloadexchange-b244e23859a933d98e44dac88bd529f22e378214.tar.gz
exchange-b244e23859a933d98e44dac88bd529f22e378214.tar.bz2
exchange-b244e23859a933d98e44dac88bd529f22e378214.zip
-make age commiment structs const in traits
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r--src/include/taler_testing_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index ab8b64fc5..531d9d261 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) \