exchange

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

commit a8ec6818bb236e883da753ab7290a22c9f773fae
parent 522051ee9ff714b6c8b835935eafd5a776dc48c1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 14 Aug 2022 19:23:40 +0200

-doxygen

Diffstat:
Msrc/bank-lib/fakebank.c | 1-
Msrc/exchange/taler-exchange-httpd_responses.h | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c @@ -2569,7 +2569,6 @@ get_withdrawal_operation (struct TALER_FAKEBANK_Handle *h, * @param wopid the withdrawal operation identifier * @param reserve_pub public key of the reserve * @param exchange_url URL of the exchange - * @param con_cls closure for request * @return MHD result code */ static MHD_RESULT diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h @@ -79,7 +79,7 @@ TEH_RESPONSE_reply_reserve_insufficient_balance ( * satisfied to proceed to client. * * @param connection connection to the client - * @param pcc details about the request that succeeded + * @param kyc details about the KYC requirements * @return MHD result code */ MHD_RESULT