summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-17 00:16:31 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-17 00:16:31 +0100
commit98f96970d61b3928034fee74c6e8a28ee1d9d31d (patch)
tree09653f4257bec1faa60a0d71d9896924258dbc2d /src/exchange/taler-exchange-httpd_deposit.c
parentcd83daaeae915e0c1b6170cb11f40aa1cfbfece4 (diff)
downloadexchange-98f96970d61b3928034fee74c6e8a28ee1d9d31d.tar.gz
exchange-98f96970d61b3928034fee74c6e8a28ee1d9d31d.tar.bz2
exchange-98f96970d61b3928034fee74c6e8a28ee1d9d31d.zip
fix doxygen errors
Diffstat (limited to 'src/exchange/taler-exchange-httpd_deposit.c')
-rw-r--r--src/exchange/taler-exchange-httpd_deposit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposit.c b/src/exchange/taler-exchange-httpd_deposit.c
index 039ca9f9a..4df2c32cd 100644
--- a/src/exchange/taler-exchange-httpd_deposit.c
+++ b/src/exchange/taler-exchange-httpd_deposit.c
@@ -291,7 +291,7 @@ check_timestamp_current (struct GNUNET_TIME_Absolute ts)
/**
* Handle a "/coins/$COIN_PUB/deposit" request. Parses the JSON, and, if
- * successful, passes the JSON data to #verify_and_execute_deposit() to
+ * successful, passes the JSON data to #deposit_transaction() to
* further check the details of the operation specified. If everything checks
* out, this will ultimately lead to the "/deposit" being executed, or
* rejected.