diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-18 14:02:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-18 14:02:54 +0200 |
commit | 246d49b37923689c4e347f403f6bb3c9c24b45be (patch) | |
tree | 5df8c3e01395ca1fac2511d17bd1e0035dbdeb2d /src/bank-lib | |
parent | 14a240f7cc7213959ae11a020b37a6c10837bc4a (diff) |
-work on kyc-proof persona plugin
Diffstat (limited to 'src/bank-lib')
-rw-r--r-- | src/bank-lib/bank_api_admin.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c index 77b1a38e4..f0d97bda1 100644 --- a/src/bank-lib/bank_api_admin.c +++ b/src/bank-lib/bank_api_admin.c @@ -215,9 +215,10 @@ 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"); + aai->post_ctx.headers + = curl_slist_append ( + aai->post_ctx.headers, + "Content-Type: application/json"); eh = curl_easy_init (); if ( (NULL == eh) || |