summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_refresh_reveal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 16:41:24 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 16:41:24 +0100
commit644049274c36733b14832b07ed3517da01865183 (patch)
tree3f023662ac32be7afe99a6ed91b3041aea02e2a3 /src/exchange/taler-exchange-httpd_refresh_reveal.c
parent204b545db1eca882adb2b1a3dea5c6c860f91def (diff)
downloadexchange-644049274c36733b14832b07ed3517da01865183.tar.gz
exchange-644049274c36733b14832b07ed3517da01865183.tar.bz2
exchange-644049274c36733b14832b07ed3517da01865183.zip
doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refresh_reveal.c')
-rw-r--r--src/exchange/taler-exchange-httpd_refresh_reveal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_refresh_reveal.c b/src/exchange/taler-exchange-httpd_refresh_reveal.c
index 9b13c2376..56e29adfb 100644
--- a/src/exchange/taler-exchange-httpd_refresh_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refresh_reveal.c
@@ -787,7 +787,7 @@ cleanup:
/**
* Handle a "/refresh/reveal" request. Parses the given JSON
* transfer private keys and if successful, passes everything to
- * #TEH_DB_execute_refresh_reveal() which will verify that the
+ * #resolve_refresh_reveal_denominations() which will verify that the
* revealed information is valid then returns the signed refreshed
* coins.
*