From 2b663f33c0b939ad463c71ffb52a95ec9325f011 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Jan 2015 18:46:34 +0100 Subject: more comments --- src/mint/taler-mint-httpd_refresh.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/mint/taler-mint-httpd_refresh.c') 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 #include #include -#include -#include #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; -- cgit v1.2.3