exchange

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

commit 1b8b3a69f85877658def5d052508e26a97f7f4fd
parent d12eb41bdf6af551c8af7c1c1fd2f6d2454a64e9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 12 Sep 2024 09:40:09 +0200

no not

Diffstat:
Msrc/exchange/taler-exchange-httpd_deposits_get.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_deposits_get.c b/src/exchange/taler-exchange-httpd_deposits_get.c @@ -330,7 +330,7 @@ handle_track_transaction_request ( case TALER_DGLPT_NONE: break; case TALER_DGLPT_KYC_REQUIRED_OR_OK: - do_suspend = ! ctx->kyc.ok; + do_suspend = ctx->kyc.ok; break; case TALER_DGLPT_OK: do_suspend = true;