exchange

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

commit 2805018da25b07a36b1ab56e6fc990d72d86d70a
parent 7fe8d89d75eed6495b7e24c98cc8dc92a93d15a2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Jun 2022 20:34:22 +0200

-reduce logging

Diffstat:
Msrc/lib/exchange_api_handle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -761,7 +761,7 @@ decode_keys_json (const json_t *resp_obj, GNUNET_break_op (0); return GNUNET_SYSERR; } -#if 1 /* DEBUG */ +#if DEBUG json_dumpf (resp_obj, stderr, JSON_INDENT (2));