diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 09111ea87..a626cc852 100644 --- 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 index 9243960d8..9df5646cd 100644 --- 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