commit 69ae0fd6c08af828fc3fcdc3f9989fc0264ccaa0
parent 2f755797a77787cb935d2a3fba70365042ed9550
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 12 Jul 2026 22:00:08 +0200
remove redundant content-type hdr
Diffstat:
2 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/bank-lib/bank_api_admin_add_incoming.c b/src/bank-lib/bank_api_admin_add_incoming.c
@@ -204,11 +204,6 @@ TALER_BANK_admin_add_incoming (
"Requesting administrative transaction at `%s' for reserve %s\n",
aai->request_url,
TALER_B2S (reserve_pub));
- aai->post_ctx.headers
- = curl_slist_append (
- aai->post_ctx.headers,
- "Content-Type: application/json");
-
eh = curl_easy_init ();
if ( (NULL == eh) ||
(GNUNET_OK !=
diff --git a/src/bank-lib/bank_api_admin_add_kycauth.c b/src/bank-lib/bank_api_admin_add_kycauth.c
@@ -204,11 +204,6 @@ TALER_BANK_admin_add_kycauth (
"Requesting administrative transaction at `%s' for account %s\n",
aai->request_url,
TALER_B2S (account_pub));
- aai->post_ctx.headers
- = curl_slist_append (
- aai->post_ctx.headers,
- "Content-Type: application/json");
-
eh = curl_easy_init ();
if ( (NULL == eh) ||
(GNUNET_OK !=