summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-proof.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-18 13:03:21 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-18 13:03:21 +0100
commit153f40d4f182684b5080de43a562847800951f82 (patch)
tree4abf13e50e2d5a1c5bfa60d64152c1eaf321c73c /src/exchange/taler-exchange-httpd_kyc-proof.c
parentbc8fc7096d81804d66b62aec7195a3eb39003af6 (diff)
downloadexchange-153f40d4f182684b5080de43a562847800951f82.tar.gz
exchange-153f40d4f182684b5080de43a562847800951f82.tar.bz2
exchange-153f40d4f182684b5080de43a562847800951f82.zip
fetch, not store
Diffstat (limited to 'src/exchange/taler-exchange-httpd_kyc-proof.c')
-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,