commit 153f40d4f182684b5080de43a562847800951f82
parent bc8fc7096d81804d66b62aec7195a3eb39003af6
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 18 Feb 2024 13:03:21 +0100
fetch, not store
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,