exchange

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

commit 031935996dfb522bca34ecb1631f3a2116107ffc
parent 92cc995743b64f3302619caf8bf5f49e33674849
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 21 Jan 2015 13:47:34 +0100

document TODOs

Diffstat:
Msrc/mint/taler-mint-httpd_refresh.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c @@ -21,7 +21,9 @@ * @author Christian Grothoff * * TODO: - * - split properly into parsing, DB-ops and response generation + * - split /refresh/reveal properly into parsing, DB-ops and response generation + * - error handling + * - document functions properly */ #include "platform.h" #include <gnunet/gnunet_util_lib.h>