diff options
author | Joseph <Joseph.xu@efrei.net> | 2022-11-08 09:22:05 -0500 |
---|---|---|
committer | Joseph <Joseph.xu@efrei.net> | 2022-11-08 09:22:05 -0500 |
commit | f51e8a7150bee920f1bd3649c053b341419795c1 (patch) | |
tree | b0f9f4edd0bb00cefaf2c8a6873871caf91305b1 /src/lib/exchange_api_common.h | |
parent | 4394079a5e789189aa308ac85bcf704e34d3c1ee (diff) | |
parent | 0c32c48ac5628b2068fada9fc43fa0fa94d1c002 (diff) |
merge
Diffstat (limited to 'src/lib/exchange_api_common.h')
-rw-r--r-- | src/lib/exchange_api_common.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/exchange_api_common.h b/src/lib/exchange_api_common.h index 80c36daf..1b9ddce3 100644 --- a/src/lib/exchange_api_common.h +++ b/src/lib/exchange_api_common.h @@ -129,12 +129,10 @@ TALER_EXCHANGE_check_coin_amount_conflict_ ( /** - * Verify that @a proof contains a coin history - * that demonstrates that @a coin_pub was previously - * used with a denomination key that is different - * from @a ch_denom_pub. Note that the coin history - * MUST have been checked before using - * #TALER_EXCHANGE_check_coin_amount_conflict_(). + * Verify that @a proof contains a coin history that demonstrates that @a + * coin_pub was previously used with a denomination key that is different from + * @a ch_denom_pub. Note that the coin history MUST have been checked before + * using #TALER_EXCHANGE_check_coin_amount_conflict_(). * * @param proof a proof to check * @param ch_denom_pub hash of the conflicting denomination |