diff options
| author | Christian Grothoff <christian@grothoff.org> | 2020-01-17 23:50:41 +0100 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2020-01-17 23:50:49 +0100 |
| commit | 788fd67984a546c58fca4cea62627fa2d763964f (patch) | |
| tree | 0ef9aaebe3b1c81634530772443f68c31b5bf718 /src/exchange/taler-exchange-httpd_refresh_melt.c | |
| parent | d95f2a9e437b946bba66c2a0054524fc2e320621 (diff) | |
doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refresh_melt.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_refresh_melt.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_melt.c b/src/exchange/taler-exchange-httpd_refresh_melt.c index e2d92c50..91ca58e5 100644 --- a/src/exchange/taler-exchange-httpd_refresh_melt.c +++ b/src/exchange/taler-exchange-httpd_refresh_melt.c @@ -366,7 +366,7 @@ refresh_melt_transaction (void *cls, * happened. We now need to validate the coins being melted and the * session signature and then hand things of to execute the melt * operation. This function parses the JSON arrays and then passes - * processing on to #handle_refresh_melt_binary(). + * processing on to #refresh_melt_transaction(). * * @param connection the MHD connection to handle * @param[in,out] rmc details about the melt request @@ -578,9 +578,9 @@ check_for_denomination_key (struct MHD_Connection *connection, /** * Handle a "/refresh/melt" request. Parses the request into the JSON - * components and then hands things of to #handle_refresh_melt_json() + * components and then hands things of to #check_for_denomination_key() * to validate the melted coins, the signature and execute the melt - * using TEH_DB_execute_refresh_melt(). + * using handle_refresh_melt(). * * @param rh context of the handler * @param connection the MHD connection to handle |
