diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:36:49 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 14:36:49 +0100 |
commit | c87722791debda4961f514d34b32b3f2775eaac9 (patch) | |
tree | c04496dbd827220b37fd25b2ff970d62085beae2 /src/exchange/taler-exchange-httpd_refresh_melt.h | |
parent | 5583b7a0595fe5c91943419ea46260fe7f7b9e9c (diff) | |
download | exchange-c87722791debda4961f514d34b32b3f2775eaac9.tar.gz exchange-c87722791debda4961f514d34b32b3f2775eaac9.tar.bz2 exchange-c87722791debda4961f514d34b32b3f2775eaac9.zip |
doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refresh_melt.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_refresh_melt.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_melt.h b/src/exchange/taler-exchange-httpd_refresh_melt.h index a938abff..e6c74b3a 100644 --- a/src/exchange/taler-exchange-httpd_refresh_melt.h +++ b/src/exchange/taler-exchange-httpd_refresh_melt.h @@ -29,10 +29,11 @@ /** - * Handle a "/refresh/melt" request. Parses the request into the JSON - * components and then hands things of to #handle_refresh_melt_json() - * to validate the melted coins, the signature and execute the melt - * using TEH_DB_execute_refresh_melt(). + * Handle a "/refresh/melt" request after the first parsing has + * 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 #refresh_melt_transaction(). * * @param rh context of the handler * @param connection the MHD connection to handle |