summaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_refresh.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-09 21:25:02 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-09 21:25:02 +0200
commit3ead9d772a6850a7654e7e483ebfce5acac8da86 (patch)
treead4dd1a4fb6f3477e553e7fa73861fbc65051965 /src/mint/taler-mint-httpd_refresh.c
parent0140dd818b226f13d5cc126bed62442922561c2a (diff)
downloadexchange-3ead9d772a6850a7654e7e483ebfce5acac8da86.tar.gz
exchange-3ead9d772a6850a7654e7e483ebfce5acac8da86.tar.bz2
exchange-3ead9d772a6850a7654e7e483ebfce5acac8da86.zip
move struct TALER_MINTDB_RefreshCommitLinkP
to taler_signatures.h
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 eb205ed1d..7bcaa7996 100644
--- a/src/mint/taler-mint-httpd_refresh.c
+++ b/src/mint/taler-mint-httpd_refresh.c
@@ -252,9 +252,6 @@ verify_coin_public_info (struct MHD_Connection *connection,
body.purpose.size = htonl (sizeof (struct TALER_RefreshMeltCoinAffirmationPS));
body.purpose.purpose = htonl (TALER_SIGNATURE_WALLET_COIN_MELT);
body.session_hash = *session_hash;
- fprintf (stderr,
- "Verifying hash %s\n",
- GNUNET_h2s (session_hash));
TALER_amount_hton (&body.amount_with_fee,
&melt_detail->melt_amount_with_fee);