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_exchange_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/taler_exchange_service.h') diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index fcb0ab7f..d1800c01 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1685,8 +1685,8 @@ struct TALER_EXCHANGE_RefreshData * age commitment and its hash that went into the original coin, might be * NULL */ - struct TALER_AgeCommitment *melt_age_commitment; - struct TALER_AgeCommitmentHash *melt_h_age_commitment; + const struct TALER_AgeCommitment *melt_age_commitment; + const struct TALER_AgeCommitmentHash *melt_h_age_commitment; /** * amount specifying how much the coin will contribute to the melt -- cgit v1.2.3