summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-httpd_kyc-proof.c2
1 files changed, 1 insertions, 1 deletions
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,