diff options
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 |
commit | b244e23859a933d98e44dac88bd529f22e378214 (patch) | |
tree | 82e383f24573a30f5a42e93e6d527f8195074d38 /src/include/taler_exchange_service.h | |
parent | 7910ca183f40a544dae4add5e7b5ff4775e65e12 (diff) |
-make age commiment structs const in traits
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index fcb0ab7fb..d1800c01d 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 |