summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-17 23:38:00 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-17 23:38:00 +0200
commit51e0612f8ba656248c4902edd601965fb36cbc49 (patch)
treec86c9a424da18a673ff6b837fa811821d6f376ce /src/mint/taler-mint-httpd_refresh.c
parent1a0eb0307a664c0dcc7bdb8bc08cf7aaba4e7f3e (diff)
downloadexchange-51e0612f8ba656248c4902edd601965fb36cbc49.tar.gz
exchange-51e0612f8ba656248c4902edd601965fb36cbc49.tar.bz2
exchange-51e0612f8ba656248c4902edd601965fb36cbc49.zip
some DB logic fixes, so now more of tests pass
Diffstat (limited to 'src/mint/taler-mint-httpd_refresh.c')
-rw-r--r--src/mint/taler-mint-httpd_refresh.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mint/taler-mint-httpd_refresh.c b/src/mint/taler-mint-httpd_refresh.c
index f5bfb3c8b..b54b2010c 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -250,15 +250,12 @@ verify_coin_public_info (struct MHD_Connection *connection,
return TMH_RESPONSE_reply_arg_unknown (connection,
"denom_pub");
}
- /* FIXME: need to check if denomination key is still
- valid for issuing! (#3634) */
TALER_amount_ntoh (&fee_refresh,
&dki->issue.properties.fee_refresh);
melt_detail->melt_fee = fee_refresh;
body.purpose.size = htonl (sizeof (struct TALER_RefreshMeltCoinAffirmationPS));
body.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_MELT);
body.session_hash = *session_hash;
-
TALER_amount_hton (&body.amount_with_fee,
&melt_detail->melt_amount_with_fee);
TALER_amount_hton (&body.melt_fee,