diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-12 09:40:09 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-12 09:40:09 +0200 |
commit | 1b8b3a69f85877658def5d052508e26a97f7f4fd (patch) | |
tree | db560bea09b6d00558c65186cfb44b521cd861a1 | |
parent | d12eb41bdf6af551c8af7c1c1fd2f6d2454a64e9 (diff) |
no not
-rw-r--r-- | src/exchange/taler-exchange-httpd_deposits_get.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_deposits_get.c b/src/exchange/taler-exchange-httpd_deposits_get.c index 014644f40..4cdacd7ef 100644 --- 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; |