summaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_deposit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-05 14:32:26 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-05 14:32:26 +0200
commitf623214c1292b93fa8672361dfa978a506f4bef3 (patch)
tree702954d01103167aa6fd3d3d499c81134a815eea /src/mint-lib/mint_api_deposit.c
parentac8420a66140aa850b1573a3503ed3a7f3cc974c (diff)
downloadexchange-f623214c1292b93fa8672361dfa978a506f4bef3.tar.gz
exchange-f623214c1292b93fa8672361dfa978a506f4bef3.tar.bz2
exchange-f623214c1292b93fa8672361dfa978a506f4bef3.zip
minor bugfixes, towards /deposit in test interpreter
Diffstat (limited to 'src/mint-lib/mint_api_deposit.c')
-rw-r--r--src/mint-lib/mint_api_deposit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mint-lib/mint_api_deposit.c b/src/mint-lib/mint_api_deposit.c
index 671e2a9dc..3c6939668 100644
--- a/src/mint-lib/mint_api_deposit.c
+++ b/src/mint-lib/mint_api_deposit.c
@@ -672,6 +672,10 @@ TALER_MINT_deposit (struct TALER_MINT_Handle *mint,
dh->url));
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
+ CURLOPT_VERBOSE,
+ 1LL));
+ GNUNET_assert (CURLE_OK ==
+ curl_easy_setopt (eh,
CURLOPT_POSTFIELDS,
dh->json_enc));
GNUNET_assert (CURLE_OK ==