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_reveal.h | |
| parent | 5583b7a0595fe5c91943419ea46260fe7f7b9e9c (diff) | |
doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refresh_reveal.h')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_refresh_reveal.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.h b/src/exchange/taler-exchange-httpd_refresh_reveal.h index cc5ac3f8..fed256e8 100644 --- a/src/exchange/taler-exchange-httpd_refresh_reveal.h +++ b/src/exchange/taler-exchange-httpd_refresh_reveal.h @@ -29,13 +29,13 @@ /** - * Handle a "/refresh/reveal" request. This time, the client reveals - * the private transfer keys except for the cut-and-choose value - * returned from "/refresh/commit". This function parses the revealed - * keys and secrets and ultimately passes everything to - * #TEH_DB_execute_refresh_reveal() which will verify that the - * revealed information is valid then returns the signed refreshed - * coins. + * Handle a "/refresh/reveal" request. This time, the client reveals the + * private transfer keys except for the cut-and-choose value returned from + * "/refresh/melt". This function parses the revealed keys and secrets and + * ultimately passes everything to #resolve_refresh_reveal_denominations() + * which will verify that the revealed information is valid then runs the + * transaction in #refresh_reveal_transaction() and finally returns the signed + * refreshed coins. * * @param rh context of the handler * @param connection the MHD connection to handle |
