exchange

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

commit e4d5e372bc8c100ac79f4263f798f062bb21e2e1
parent ee472d754cf78e0e4b843899d5544d845d93cc37
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Jun 2026 22:11:41 +0200

fix copy-paste issue

Diffstat:
Msrc/exchange/taler-exchange-httpd_get-kyc-info-ACCESS_TOKEN.c | 17++---------------
1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_get-kyc-info-ACCESS_TOKEN.c b/src/exchange/taler-exchange-httpd_get-kyc-info-ACCESS_TOKEN.c @@ -404,14 +404,6 @@ resume_with_reply (struct KycPoller *kyp, GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Found required check `%s'\n", check_name); - if (NULL != context) - { - json_dumpf (context, - stderr, - JSON_INDENT (2)); - fprintf (stderr, - "\n"); - } /* Check if requirement is a duplicate, and in that case do not return it */ { @@ -428,14 +420,9 @@ resume_with_reply (struct KycPoller *kyp, "check_name")) ) && (1 == json_equal (json_object_get (have, - "check_name"), - json_object_get (mi, - "check_name")) ) && - (1 == - json_equal (json_object_get (have, - "check_name"), + "context"), json_object_get (mi, - "check_name")) ) ) + "context")) ) ) { /* Duplicate requirement, do not return again */ duplicate = true;