From f623214c1292b93fa8672361dfa978a506f4bef3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 5 Jul 2015 14:32:26 +0200 Subject: minor bugfixes, towards /deposit in test interpreter --- src/mint-lib/mint_api_deposit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mint-lib/mint_api_deposit.c') diff --git a/src/mint-lib/mint_api_deposit.c b/src/mint-lib/mint_api_deposit.c index 671e2a9d..3c693966 100644 --- a/src/mint-lib/mint_api_deposit.c +++ b/src/mint-lib/mint_api_deposit.c @@ -670,6 +670,10 @@ TALER_MINT_deposit (struct TALER_MINT_Handle *mint, curl_easy_setopt (eh, CURLOPT_URL, dh->url)); + GNUNET_assert (CURLE_OK == + curl_easy_setopt (eh, + CURLOPT_VERBOSE, + 1LL)); GNUNET_assert (CURLE_OK == curl_easy_setopt (eh, CURLOPT_POSTFIELDS, -- cgit v1.2.3