From 153f40d4f182684b5080de43a562847800951f82 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Feb 2024 13:03:21 +0100 Subject: fetch, not store --- src/exchange/taler-exchange-httpd_kyc-proof.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange/taler-exchange-httpd_kyc-proof.c') diff --git a/src/exchange/taler-exchange-httpd_kyc-proof.c b/src/exchange/taler-exchange-httpd_kyc-proof.c index 7885b8a31..2abae2c5a 100644 --- a/src/exchange/taler-exchange-httpd_kyc-proof.c +++ b/src/exchange/taler-exchange-httpd_kyc-proof.c @@ -443,7 +443,7 @@ TEH_handler_kyc_proof ( return respond_html_ec (rc, MHD_HTTP_INTERNAL_SERVER_ERROR, "kyc-proof-internal-error", - TALER_EC_GENERIC_DB_STORE_FAILED, + TALER_EC_GENERIC_DB_FETCH_FAILED, "lookup_kyc_process_by_account"); case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS: return respond_html_ec (rc, -- cgit v1.2.3