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/testing/testing_api_cmd_deposit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_cmd_deposit.c') diff --git a/src/testing/testing_api_cmd_deposit.c b/src/testing/testing_api_cmd_deposit.c index ad1315b28..33c1db447 100644 --- a/src/testing/testing_api_cmd_deposit.c +++ b/src/testing/testing_api_cmd_deposit.c @@ -287,7 +287,7 @@ deposit_run (void *cls, const struct TALER_TESTING_Command *coin_cmd; const struct TALER_CoinSpendPrivateKeyP *coin_priv; struct TALER_CoinSpendPublicKeyP coin_pub; - struct TALER_AgeCommitment *age_commitment = NULL; + const struct TALER_AgeCommitment *age_commitment = NULL; struct TALER_AgeCommitmentHash h_age_commitment = {0}; const struct TALER_EXCHANGE_DenomPublicKey *denom_pub; const struct TALER_DenominationSignature *denom_pub_sig; @@ -533,7 +533,7 @@ deposit_traits (void *cls, const struct TALER_TESTING_Command *coin_cmd; /* Will point to coin cmd internals. */ const struct TALER_CoinSpendPrivateKeyP *coin_spent_priv; - struct TALER_AgeCommitment *age_commitment; + const struct TALER_AgeCommitment *age_commitment; if (GNUNET_YES != ds->command_initialized) { -- cgit v1.2.3