exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4ec78fba4e4cc4d1c3cc6e44da42dc43bef20ef7
parent 1277f8445d0497107c5bd41b35007480d6a4472a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Mar 2015 16:10:16 +0100

this was finished

Diffstat:
Msrc/mint/taler-mint-httpd_db.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/mint/taler-mint-httpd_db.c b/src/mint/taler-mint-httpd_db.c @@ -17,11 +17,6 @@ * @file taler-mint-httpd_db.c * @brief High-level (transactional-layer) database operations for the mint. * @author Christian Grothoff - * - * TODO: - * - actually abstract DB implementation (i.e. via plugin logic) - * (this file should remain largely unchanged with the exception - * of the PQ-specific DB handle types) */ #include "platform.h" #include <pthread.h>