exchange

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

commit 9ad3469f07cfd944c2012a44851cdabf46703e22
parent f93a0592b29b66c6bbacbb38f42e8dfd5a3a6aee
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Aug 2021 14:04:35 +0200

-doxygen fixes

Diffstat:
Msrc/exchange/taler-exchange-httpd.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -448,7 +448,6 @@ proceed_with_handler (struct TEH_RequestContext *rc, * Handle a "/seed" request. * * @param rc request context - * @param connection the MHD connection to handle * @param args array of additional options (must be empty for this function) * @return MHD result code */ @@ -640,7 +639,6 @@ handle_post_management (struct TEH_RequestContext *rc, * Handle a get "/management" request. * * @param rc request context - * @param connection the MHD connection to handle * @param args array of additional options (must be empty for this function) * @return MHD result code */