diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-10-01 15:18:27 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-10-01 15:18:27 +0200 |
commit | 0cafb7acb873beba8962c3de6ddbe0f8388b3f0d (patch) | |
tree | 40d2c62bef8b0f2a08b1dd82505d444867145291 /src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | |
parent | 12c8aeb66e1a1f8dc8b4cefa78c11459e6a657d3 (diff) |
fix KYC test
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c index 8883e2a2..8d7f437c 100644 --- a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c +++ b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c @@ -40,13 +40,13 @@ * How long should clients cache a KYC failure response? */ #define EXPIRATION_KYC_FAILURE GNUNET_TIME_relative_multiply ( \ - GNUNET_TIME_UNIT_MINUTES, 5) + GNUNET_TIME_UNIT_MINUTES, 5) /** * How long should clients cache a KYC success response? */ #define EXPIRATION_KYC_SUCCESS GNUNET_TIME_relative_multiply ( \ - GNUNET_TIME_UNIT_HOURS, 1) + GNUNET_TIME_UNIT_HOURS, 1) /** @@ -972,7 +972,7 @@ get_instances_ID_kyc ( &kyc_status_cb, kc); GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Got status %d\n", + "account_kyc_get_status returned %d records\n", (int) qs); if (qs < 0) { |