exchange

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

commit 153b685bac41613873b8b6a93422bb77d28ed9f0
parent 4c6ab83925c794a3bd77e8f240dcb885833317e2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 25 Jul 2023 17:34:39 +0200

actually take kyc_off flag into consideration

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

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -499,6 +499,8 @@ kyc_satisfied (struct AggregationUnit *au_active) char *requirement; enum GNUNET_DB_QueryStatus qs; + if (kyc_off) + return true; qs = TALER_KYCLOGIC_kyc_test_required ( TALER_KYCLOGIC_KYC_TRIGGER_DEPOSIT, &au_active->h_payto,