diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-22 21:36:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-22 21:36:42 +0100 |
commit | 9add4cf40501b37d435830f2c0c718bf0ff2db72 (patch) | |
tree | 062fa3276820909598eaa9b860fd0ad7696fcc63 /src/exchange/taler-exchange-httpd_refreshes_reveal.h | |
parent | a90ea10d352489e27e8243c28162360d400fc31c (diff) | |
download | exchange-9add4cf40501b37d435830f2c0c718bf0ff2db72.tar.gz exchange-9add4cf40501b37d435830f2c0c718bf0ff2db72.tar.bz2 exchange-9add4cf40501b37d435830f2c0c718bf0ff2db72.zip |
doxygen updates
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refreshes_reveal.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_refreshes_reveal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.h b/src/exchange/taler-exchange-httpd_refreshes_reveal.h index 8778c77f..076ec52d 100644 --- a/src/exchange/taler-exchange-httpd_refreshes_reveal.h +++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.h @@ -32,9 +32,9 @@ * Handle a "/refreshes/$RCH/reveal" request. This time, the client reveals the * private transfer keys except for the cut-and-choose value returned from * "/coins/$COIN_PUB/melt". This function parses the revealed keys and secrets and - * ultimately passes everything to #resolve_refresh_reveal_denominations() + * 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 + * transaction in refresh_reveal_transaction() and finally returns the signed * refreshed coins. * * @param rh context of the handler |