summaryrefslogtreecommitdiff
path: root/src/mint-lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-22 16:52:52 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-22 16:52:52 +0100
commit5601a81d4dbefcd62ff84b2d6b8802046dc8520a (patch)
tree7fd9d0edaaaee153bedc666f770dd3c75a48eb25 /src/mint-lib
parentc2fe7e8ee9bc658b3934f6ea5a5c2b28f8b7053f (diff)
downloadexchange-5601a81d4dbefcd62ff84b2d6b8802046dc8520a.tar.gz
exchange-5601a81d4dbefcd62ff84b2d6b8802046dc8520a.tar.bz2
exchange-5601a81d4dbefcd62ff84b2d6b8802046dc8520a.zip
do not have curl be verbose
Diffstat (limited to 'src/mint-lib')
-rw-r--r--src/mint-lib/mint_api_deposit_wtid.c1
-rw-r--r--src/mint-lib/mint_api_handle.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mint-lib/mint_api_deposit_wtid.c b/src/mint-lib/mint_api_deposit_wtid.c
index bb81d93e1..50f9c55d8 100644
--- a/src/mint-lib/mint_api_deposit_wtid.c
+++ b/src/mint-lib/mint_api_deposit_wtid.c
@@ -300,7 +300,6 @@ TALER_MINT_deposit_wtid (struct TALER_MINT_Handle *mint,
GNUNET_CRYPTO_eddsa_sign (&merchant_priv->eddsa_priv,
&dtp.purpose,
&merchant_sig.eddsa_sig));
-
deposit_wtid_obj = json_pack ("{s:o, s:o," /* H_wire, H_contract */
" s:o, s:I," /* coin_pub, transaction_id */
" s:o, s:o}", /* merchant_pub, merchant_sig */
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c
index 077e42c24..c8898d5c3 100644
--- a/src/mint-lib/mint_api_handle.c
+++ b/src/mint-lib/mint_api_handle.c
@@ -757,7 +757,7 @@ TALER_MINT_connect (struct TALER_MINT_Context *ctx,
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (c,
CURLOPT_VERBOSE,
- 1));
+ 0));
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (c,
CURLOPT_STDERR,