aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_db.c')
-rw-r--r--src/mint/taler-mint-httpd_db.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c
index 6dffbcd63..7e9dde849 100644
--- a/src/mint/taler-mint-httpd_db.c
+++ b/src/mint/taler-mint-httpd_db.c
@@ -15,11 +15,13 @@
15*/ 15*/
16/** 16/**
17 * @file taler-mint-httpd_db.c 17 * @file taler-mint-httpd_db.c
18 * @brief Database access abstraction for the mint. 18 * @brief High-level (transactional-layer) database operations for the mint.
19 * @author Christian Grothoff 19 * @author Christian Grothoff
20 * 20 *
21 * TODO: 21 * TODO:
22 * - actually abstract DB implementation (i.e. via plugin logic) 22 * - actually abstract DB implementation (i.e. via plugin logic)
23 * (this file should remain largely unchanged with the exception
24 * of the PQ-specific DB handle types)
23 * - /deposit: properly check existing deposits 25 * - /deposit: properly check existing deposits
24 * - /deposit: properly perform commit (check return value) 26 * - /deposit: properly perform commit (check return value)
25 * - /deposit: check for leaks 27 * - /deposit: check for leaks