exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 53e679c954040e85a996b12b7b4fb7af61ce1b28
parent dbf84c5121543754d10d04be6182da0603754e32
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 18 Jan 2024 22:25:29 +0100

fix comment (#8106)

Diffstat:
Msrc/lib/exchange_api_handle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -723,7 +723,7 @@ parse_global_fee (struct TALER_EXCHANGE_GlobalFee *gf, * @param denom1 first denomination key * @param denom2 second denomination key * @return 0 if the two keys are equal (not necessarily - * the same object), 1 otherwise. + * the same object), non-zero otherwise. */ static unsigned int denoms_cmp (const struct TALER_EXCHANGE_DenomPublicKey *denom1,