diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-16 11:14:59 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-16 11:14:59 +0100 |
commit | 6231c365fdd7b13032dffbebb94be62e2ef34455 (patch) | |
tree | 1474c95f30ba39751a75e5ba6980b5e18bbacbdc /src/exchange/taler-exchange-httpd.c | |
parent | cbb021b6bf996c79530ae3dda98ec85f716e9d07 (diff) |
-fix KYC logic change to work for all plugins and not just OAuth2.0
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 76b38889..def4fd4a 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -1258,8 +1258,7 @@ handle_mhd_request (void *cls, .url = "kyc-proof", .method = MHD_HTTP_METHOD_GET, .handler.get = &TEH_handler_kyc_proof, - .nargs = 128, - .nargs_is_upper_bound = true + .nargs = 1 }, { .url = "kyc-wallet", |