diff options
-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; |