summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_validation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-18 14:36:49 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-18 14:36:49 +0100
commitc87722791debda4961f514d34b32b3f2775eaac9 (patch)
treec04496dbd827220b37fd25b2ff970d62085beae2 /src/exchange/taler-exchange-httpd_validation.c
parent5583b7a0595fe5c91943419ea46260fe7f7b9e9c (diff)
downloadexchange-c87722791debda4961f514d34b32b3f2775eaac9.tar.gz
exchange-c87722791debda4961f514d34b32b3f2775eaac9.tar.bz2
exchange-c87722791debda4961f514d34b32b3f2775eaac9.zip
doxygen
Diffstat (limited to 'src/exchange/taler-exchange-httpd_validation.c')
-rw-r--r--src/exchange/taler-exchange-httpd_validation.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c
index 79c01716b..f5497c3c9 100644
--- a/src/exchange/taler-exchange-httpd_validation.c
+++ b/src/exchange/taler-exchange-httpd_validation.c
@@ -16,7 +16,7 @@
/**
* @file taler-exchange-httpd_validation.c
- * @brief helpers for calling the wire plugins to validate addresses
+ * @brief helpers for getting our wire account information
* @author Christian Grothoff
*/
#include "platform.h"
@@ -67,11 +67,10 @@ load_fee (const char *method)
/**
* Initialize account; checks if @a ai has /wire information, and if so,
- * adds the /wire information (if included) to our responses. Also, if
- * the account is debitable, we try to load the plugin.
+ * adds the /wire information (if included) to our responses.
*
* @param cls pointer to `int` to set to #GNUNET_SYSERR on errors
- * @param name name of the plugin to load
+ * @param ai details about the account we should load the wire details for
*/
static void
load_account (void *cls,