exchange

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

commit 0d30def37e36a01e0f42ae518a0cbd01546e47d2
parent 9a6d1eaa76df2f97aa995656315d9e7ae1c841cc
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 22 Aug 2024 22:08:23 +0200

more logging for #9098

Diffstat:
Msrc/exchange/taler-exchange-aggregator.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -507,7 +507,11 @@ legitimization_satisfied (struct AggregationUnit *au_active) json_t *jrule; if (kyc_off) + { + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "KYC checks are off, legitimization satisfied\n"); return true; + } { json_t *jrules;