summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_purses_create.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-06-25 20:38:31 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-06-26 17:08:17 +0200
commitfd9fc9f0cd6b9e789e1e21875b66770dfdce2cd0 (patch)
tree3483593cd346fa108988d2c161ac542667753168 /src/exchange/taler-exchange-httpd_purses_create.c
parent646c410ace1e877d42527b4a84ba7ba5a201246c (diff)
downloadexchange-fd9fc9f0cd6b9e789e1e21875b66770dfdce2cd0.tar.gz
exchange-fd9fc9f0cd6b9e789e1e21875b66770dfdce2cd0.tar.bz2
exchange-fd9fc9f0cd6b9e789e1e21875b66770dfdce2cd0.zip
-fix misc doxygen warnings, code clean up
Diffstat (limited to 'src/exchange/taler-exchange-httpd_purses_create.c')
-rw-r--r--src/exchange/taler-exchange-httpd_purses_create.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_purses_create.c b/src/exchange/taler-exchange-httpd_purses_create.c
index 207be5d08..a981ba582 100644
--- a/src/exchange/taler-exchange-httpd_purses_create.c
+++ b/src/exchange/taler-exchange-httpd_purses_create.c
@@ -443,8 +443,8 @@ create_transaction (void *cls,
* Parse a coin and check signature of the coin and the denomination
* signature over the coin.
*
- * @param[in,out] our HTTP connection
- * @param[in,out] request context
+ * @param[in,out] connection our HTTP connection
+ * @param[in,out] pcc request context
* @param[out] coin coin to initialize
* @param jcoin coin to parse
* @return #GNUNET_OK on success, #GNUNET_NO if an error was returned,