summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-29 18:46:34 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-29 18:46:34 +0100
commit2b663f33c0b939ad463c71ffb52a95ec9325f011 (patch)
treedb954646a4a9c3ccd8f2096b4e23c707d0372882 /src/mint/taler-mint-httpd_refresh.c
parent681702aff979e1dd4fd0d86b2c10818ba37743d0 (diff)
downloadexchange-2b663f33c0b939ad463c71ffb52a95ec9325f011.tar.gz
exchange-2b663f33c0b939ad463c71ffb52a95ec9325f011.tar.bz2
exchange-2b663f33c0b939ad463c71ffb52a95ec9325f011.zip
more comments
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index c4e77d086..8bc8e7783 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -1,6 +1,6 @@
/*
This file is part of TALER
- (C) 2014 GNUnet e.V.
+ (C) 2014, 2015 GNUnet e.V.
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -24,8 +24,6 @@
#include <gnunet/gnunet_util_lib.h>
#include <jansson.h>
#include <microhttpd.h>
-#include <libpq-fe.h>
-#include <pthread.h>
#include "mint.h"
#include "mint_db.h"
#include "taler_signatures.h"
@@ -250,7 +248,8 @@ get_and_verify_coin_public_info (struct MHD_Connection *connection,
spec);
if (GNUNET_OK != ret)
return ret;
- /* TODO: include amount of coin value to be melted here!? */
+ /* FIXME: include amount of coin value to be melted here (#3636!) and
+ in what we return!? */
body.purpose.size = htonl (sizeof (struct RefreshMeltConfirmSignRequestBody));
body.purpose.purpose = htonl (TALER_SIGNATURE_REFRESH_MELT_CONFIRM);
body.session_pub = *session_pub;