exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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:
Msrc/bank-lib/bank_api_admin_add_incoming.c | 5-----
Msrc/bank-lib/bank_api_admin_add_kycauth.c | 5-----
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 !=