aboutsummaryrefslogtreecommitdiff
path: root/src/bank-lib/bank_api_admin.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-21 00:01:45 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-21 00:01:45 +0200
commit48e58124fb61ded372f147d00d112f108c997f81 (patch)
tree21c406d2a952243416faf18e5ccf84d79b3b134b /src/bank-lib/bank_api_admin.c
parent7529ffb8b05bb63386630b3667d1e42db889f31a (diff)
downloadexchange-48e58124fb61ded372f147d00d112f108c997f81.tar.xz
major refactor of fakebank implementation
Diffstat (limited to 'src/bank-lib/bank_api_admin.c')
-rw-r--r--src/bank-lib/bank_api_admin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c
index 0b8e80e98..47d8a5c6d 100644
--- a/src/bank-lib/bank_api_admin.c
+++ b/src/bank-lib/bank_api_admin.c
@@ -16,7 +16,7 @@
*/
/**
* @file bank-lib/bank_api_admin.c
- * @brief Implementation of the /admin/ requests of the bank's HTTP API
+ * @brief Implementation of the /admin/add-incoming requests of the bank's HTTP API
* @author Christian Grothoff
*/
#include "platform.h"
@@ -27,7 +27,7 @@
/**
- * @brief An admin/add-incoming Handle
+ * @brief An /admin/add-incoming Handle
*/
struct TALER_BANK_AdminAddIncomingHandle
{