exchange

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

commit e4cbe66780bd354fac79db155a12c33a9c68fbbc
parent eca4f1a8fe52d463b6b87d19c245e7aa02197476
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 28 Mar 2015 15:43:06 +0100

-doxygen fixes

Diffstat:
Msrc/mint/taler-mint-httpd_refresh.c | 2+-
Msrc/mint/taler-mint-httpd_refresh.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c @@ -646,7 +646,7 @@ handle_refresh_melt_json (struct MHD_Connection *connection, /** * Handle a "/refresh/melt" request. Parses the request into the JSON - * components and then hands things of to #handle_referesh_melt_json() + * components and then hands things of to #handle_refresh_melt_json() * to validate the melted coins, the signature and execute the melt * using TMH_DB_execute_refresh_melt(). * diff --git a/src/mint/taler-mint-httpd_refresh.h b/src/mint/taler-mint-httpd_refresh.h @@ -30,7 +30,7 @@ /** * Handle a "/refresh/melt" request. Parses the request into the JSON - * components and then hands things of to #handle_referesh_melt_json() + * components and then hands things of to #handle_refresh_melt_json() * to validate the melted coins, the signature and execute the melt * using TMH_DB_execute_refresh_melt(). *