exchange

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

commit b00b4468dd51dc1c9b80b6dc687e3dbde744cdf0
parent 9287b8c860dd7e96708630aa5a2164afbb57b575
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 20 May 2026 11:18:59 +0200

fix dox

Diffstat:
Msrc/exchange/taler-exchange-httpd_post-kyc-upload-ID.c | 2++
Msrc/include/taler/taler_crypto_lib.h | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_post-kyc-upload-ID.c b/src/exchange/taler-exchange-httpd_post-kyc-upload-ID.c @@ -409,6 +409,8 @@ transact (void *cls, const char *form_id = json_string_value (json_object_get (uc->result, "FORM_ID")); + + GNUNET_assert (NULL != form_id); /* checked earlier */ if (0 != strcmp (form_id, form_name)) diff --git a/src/include/taler/taler_crypto_lib.h b/src/include/taler/taler_crypto_lib.h @@ -2850,7 +2850,7 @@ struct TALER_RefreshCommitmentEntry /** - * Helper struct to carry kappa many #TALER_HashBlindedPlanchetP. + * Helper struct to carry kappa many `TALER_HashBlindedPlanchetP`. */ struct TALER_KappaHashBlindedPlanchetsP {