summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refreshes_reveal.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-22 21:36:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-22 21:36:42 +0100
commit9add4cf40501b37d435830f2c0c718bf0ff2db72 (patch)
tree062fa3276820909598eaa9b860fd0ad7696fcc63 /src/exchange/taler-exchange-httpd_refreshes_reveal.h
parenta90ea10d352489e27e8243c28162360d400fc31c (diff)
downloadexchange-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.h4
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 8778c77f3..076ec52d2 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